Skip to content

Instantly share code, notes, and snippets.

@deanlandolt
Created August 9, 2011 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deanlandolt/1134092 to your computer and use it in GitHub Desktop.
Save deanlandolt/1134092 to your computer and use it in GitHub Desktop.
require({
baseUrl: '../../',
isDebug: this.isDebug,
packages: [
"dojo",
"dijit",
"dojox"
],
packagePaths: {
"ace/lib": [
{
name: "ace",
main: "ace"
}
],
"pilot/lib": [
{
name: "pilot",
main: "index"
}
]
},
paths: {
text: "text"
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment