I'm new to Dojo and am trying to create a custom build of everything I need in one package/file. In other words, I want to include one javascript file in my html page that contains all of the necessary code so that additional calls to external files or dependencies are not needed. Besides the dojo base, my only other requirement (at least for the time being) is the dijit.Dialog code base. I have created a custom build using this profile:
dependencies = {
layers: [
{
name: "../mydojo.js",
dependencies: [
"dijit.Dialog"
]
},
],
prefixes: [