I am using dojo 1.10 in a cordova v5 project.
I created the project and the build is successful.
It uses "android" platform and all files/folders are in the assets/www
.
In there, I added "dojo", "dijit", "dojox" and some other folders like "js" and "widgets".
I am trying to find a way to build all the project into a single JavaScript file.
Any tutorial or videos will be helpful.