convoy-jquery
v1.7.2
Published
jQuery for Convoy Asset Pipeline
Downloads
2
Readme
jQuery for Convoy
This package contains the stock jQuery release without any adapters for running in node so that you can include it in client side code with convoy.
Usage
Add to your project and then in your client side code:
var $ = require('convoy-jquery');
This will also make the global $ available.
Contributing
Fork, send pull request.