I would like to modify the tree view IN the 'www' folder of PhoneGap .
When creating the project, the automatic generation of files creates it own tree :
I would like to modify it to get this:
- The 'common' folder contains the css, js and img files
- The 'modules' folder contains all HTML pages
- The 'res' folder is the same as the original
- In the 'www' folder, there is header, index and icon
I don't use any Framework and I don't want to use one.
Is it possible to change the tree view ? If yes, how ?
EDIT :
I've made like @USKMobility said but i've a problem with the file load order :