I want to make a custom build of my Dojo project. For example, it is located at D:/projects/myproject
,. and I have the Dojo SDK at D:/programs/dojo1.8
. I want to separate Dojo and my project code to be independent of Dojo version.
When I'm building a custom package is it required to have the Dojo SDK in the same folder as the main project (i.e. D:/projects/myproject/dojo
)? Or may I launch the Dojo builder in a totally unrelated folder, specifying my project's package.js
as a parameter?
Such as D:/programs/dojo1.8/buildscripts/build.bat --profile D:/projects/myproject/package.js
. If so, what should I use as the basePath
, releaseDir
and packages
options in my package.js
file?