Skip to content

Instantly share code, notes, and snippets.

@hungsu
Last active December 21, 2015 01:38
Show Gist options
  • Save hungsu/6228737 to your computer and use it in GitHub Desktop.
Save hungsu/6228737 to your computer and use it in GitHub Desktop.
jQuery requireJS loader
define(['path/to/jquery.min'], function () {
return jQuery.noConflict(true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment