Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created January 24, 2013 17:10
Show Gist options
  • Save groovecoder/4625220 to your computer and use it in GitHub Desktop.
Save groovecoder/4625220 to your computer and use it in GitHub Desktop.
requirejs.config({
baseUrl: 'js',
paths: {
'lib': '../lib',
},
shim: {
underscore: {
exports: '_'
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment