Skip to content

Instantly share code, notes, and snippets.

@pierot
Created February 7, 2013 07:52
Show Gist options
  • Save pierot/4729320 to your computer and use it in GitHub Desktop.
Save pierot/4729320 to your computer and use it in GitHub Desktop.
require.config {
deps: ['main']
baseUrl: "/assets/js"
paths:
jquery: 'vendor/jquery'
lodash: 'vendor/lodash'
backbone: 'vendor/backbone'
handlebars: 'vendor/handlebars'
shim:
handlebars:
exports: "Handlebars"
lodash:
exports: "_"
backbone:
deps: ['lodash', 'jquery']
exports: 'Backbone'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment