I am attempting to create a custom build of dojo for my organization.
All of our internally developed widgets and utility support functions are in a namespace mojo.
I would like to create a custom build of dojo which creates a dojo.js with the standard dojo components we use, a dijit.js with the standard digits, and a mojo.js (currently called mojoForm.js in my build profile so I can be sure to identify the file correctly in the output) which combines all of our custom widgetry.
