Skip to content

Instantly share code, notes, and snippets.

@xenji
Created June 10, 2013 05:50
Show Gist options
  • Save xenji/5746781 to your computer and use it in GitHub Desktop.
Save xenji/5746781 to your computer and use it in GitHub Desktop.
var require = {
baseUrl: '/js/app',
paths: {
requireLib: '../components/requirejs/require',
jquery: '../components/jquery/jquery',
react: '../components/react/react',
moment: '../components/moment/moment',
eventemitter2: '../components/eventemitter2/lib/eventemitter2',
twix: '../lib/twix',
numeral: '../components/numeral/numeral'
},
shim: {
twix: ['moment']
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment