Skip to content

Instantly share code, notes, and snippets.

@bhurlow
Created July 18, 2012 04:21
Show Gist options
  • Save bhurlow/3134165 to your computer and use it in GitHub Desktop.
Save bhurlow/3134165 to your computer and use it in GitHub Desktop.
How I set up require.js
require(
[ 'jquery',
'graphs',
'underscore',
'ezlog',
'backbone',
'goog!visualization',
'bootstrap'
],
function($, graphs, _, ez, backbone, google, boot) {
console.log(graphs);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment