Skip to content

Instantly share code, notes, and snippets.

@miwillhite
Created June 28, 2012 19:43
Show Gist options
  • Save miwillhite/3013426 to your computer and use it in GitHub Desktop.
Save miwillhite/3013426 to your computer and use it in GitHub Desktop.
requirejs.config({
paths: {
'jquery' : 'http://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min',
'underscore' : 'http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.3.3/underscore-min'
},
shim: {
underscore: { exports: '_' }
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment