Skip to content

Instantly share code, notes, and snippets.

@dylans
Created April 8, 2014 12:48
Show Gist options
  • 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