Skip to content

Instantly share code, notes, and snippets.

@dcherman
Created February 16, 2013 22:34
Show Gist options
  • Save dcherman/4969026 to your computer and use it in GitHub Desktop.
Save dcherman/4969026 to your computer and use it in GitHub Desktop.
paths: {
// Don't optimize jQuery since it'll be included as a part of our require-jquery script
jquery: "empty:"
},
modules: [
{
name: "lib/require-jquery",
override: {
paths: {
jquery: "lib/jquery-1.7.2"
}
},
include: [ "lib/require", "jquery" ],
create: true
},
{
name: "app-main"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment