Skip to content

Instantly share code, notes, and snippets.

@zhangcheng
Created June 15, 2012 07:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zhangcheng/2935219 to your computer and use it in GitHub Desktop.
Save zhangcheng/2935219 to your computer and use it in GitHub Desktop.
used for require.js
require.config
paths:
jquery: "/packages/jquery/jquery"
underscore: "/packages/underscore/underscore"
backbone: "/packages/backbone/backbone"
shim:
backbone:
deps: ["underscore", "jquery"]
exports: "Backbone"
underscore:
exports: "_"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment