Cordova project build ready

2

People I'm having strange problems when building a cordova project. I have wwww folder in the project root and www folder in platforms / iOS. So, the same project is in the latter. when I build to generate the application, it runs the app from the www off platforms. What could I be doing wrong?

    
asked by anonymous 11.05.2015 / 20:19

1 answer

0

The content of the platforms folders changes with each build; so the main code has to stay in the www folder in the project root.

    
05.12.2015 / 19:00