I have installed Cordova on my Mac and developed an app. It is structured as follows:
- config.xml
- www
- index.html
- index.js
- cordova
- plugins
- platforms
Note how config.xml is placed outside of the www folder.
Now, for using Phonegap Build, the config.xml must be placed next to the index.html. This makes it really inconvenient to switch between the two tools.
Is there any way I can teach Phonegap Build to look for the index.html file inside www folder, not next to config.xml?