Skip to content

Instantly share code, notes, and snippets.

@dstegelman
Created November 10, 2016 20:52
Show Gist options
  • Save dstegelman/c9630e5a735f342fdc56067770f29c02 to your computer and use it in GitHub Desktop.
Save dstegelman/c9630e5a735f342fdc56067770f29c02 to your computer and use it in GitHub Desktop.
requireJquery
requirejs(['main'], function(main) {
requirejs(['jquery'], function($) {
// Jquery code goes here
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment