Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dylans
Created April 8, 2014 12:48
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 dylans/10118889 to your computer and use it in GitHub Desktop.
Save dylans/10118889 to your computer and use it in GitHub Desktop.
Dojo with RequireJS
var require = {
baseUrl: ".",
packages: [
"dojo"
],
// etc.
}
// or
require.config({
baseUrl: ".",
packages: [
"dojo"
],
// etc.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment