_From @raphinesse on July 5, 2018 8:47_ Some files and dirs are copied to `dest` from `cordova-app-hello-world` if they are not present in the custom template being used.
### Current situation These files and dirs are: - `www` - `hooks` - `config.xml` #### Pain Points - File list is outdated (`hooks` dir has been deprecated, `package.json` is missing) - Template authors might be surprised to see files they did not use ### Proposal KISS and remove this behavior - Makes `cordovaCreate` more agnostic to the template layout - Principle of least surprise for template authors - Less maintenance --- Evolved from #89. Possibly related to #78 _Copied from original issue: apache/cordova-discuss#102_ [ Full content available at: https://github.com/apache/cordova-create/issues/24 ] This message was relayed via gitbox.apache.org for [email protected]
