We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think it would be good to add support to universal module patterns such as amd and commonjs
more info about at: https://github.com/umdjs/umd
The text was updated successfully, but these errors were encountered:
Looks interesting. I’ll check it out when I have time.
Thanks.
Sorry, something went wrong.
@rafaellyra So all I need to do is wrap the plugin in this: https://github.com/umdjs/umd/blob/master/templates/jqueryPlugin.js?
@PawelDecowski I am using amd/requirejs with my project and would like to use your plugin. If you had this universal module pattern, it would be great. It might be as simple as using this gulp utility to wrap the plugin https://github.com/yivo/gulp-umd-wrap or wrap the coffeescript code with this template https://gist.github.com/dra1n/6433619
@truemed It’ll be added in v1.2.
PawelDecowski
No branches or pull requests
I think it would be good to add support to universal module patterns such as amd and commonjs
more info about at: https://github.com/umdjs/umd
The text was updated successfully, but these errors were encountered: