Search code examples
androidcordovatreecordova-3phonegap-cli

Is it possible to change the tree view in www folder in PhoneGap?


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 :

enter image description here

I would like to modify it to get this:

enter image description here

  • 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 :

enter image description here

enter image description here


Solution

  • Yes, you can do it manually. Go to www folder and create required folder as you wish .

    Note : don't forgot to update file path of js or css files in Index.html