breautek commented on issue #529:
URL: https://github.com/apache/cordova-cli/issues/529#issuecomment-682012007


   > The www folder is a deployment folder which should not included in git 
repo. You only use the www as source folder if you develop vanilla html and js 
without any framework. But the real life scenario is that you build an app with 
e.g. Angular, Vue, React, etc. and set the www as dist-folder.
   
   I think this is an invalid assumption. Even if you build with frameworks 
like the ones you mentioned, you can always gitignore the files that are 
actually built/generated.
   
   e.g: I use react in my projects, with my source files inside a `./src/` 
directory, and use webpack to bundle my sources to `www/` but not all of my 
`www` files are generated, i.e: my `index.html` file.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to