I am trying to compile Dojo with custom widgets and run it locally (no XDomain). The Dojo compile runs without a hitch, but when including the compiled JS file in our HTML, Firebug says that we are still requesting each of the classes separately using an HTTP GET inside dojo.js! Weird, huh?
Here is our directory structure:
/js/dojo/dojo <-- src version of Dojo
/dijit
/dojox
/custom <-- custom widgets extending Dijit
/release/dojo/dojo <-- release version of Dojo
/dijit
/dojox
