infacto opened a new issue #529: URL: https://github.com/apache/cordova-cli/issues/529
# Feature Request ## Motivation Behind Feature Currently a Cordova project is detected by the `config.xml` and the folder `www` (empty or not). 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. ## Feature Description Cordova should detect its project workspace by the config.xml or package.json only. Not the www-folder. ## Alternatives or Workarounds I have to ensure the existence of the temp folder www. But this is a pain. ---------------------------------------------------------------- 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]
