Skip to content

Instantly share code, notes, and snippets.

@wrumsby
Last active December 19, 2015 05:59
Show Gist options
  • Select an option

  • Save wrumsby/5907663 to your computer and use it in GitHub Desktop.

Select an option

Save wrumsby/5907663 to your computer and use it in GitHub Desktop.
Configuring AMD Loader
require.config({
baseUrl: './js',
packages: [
{
name: 'jquery',
location: 'http://code.jquery.com/',
main: 'jquery-2.0.0.min.js'
}
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment