m0dch3n / vue-cli-plugin-cordova

Vue Cli 3 Cordova Plugin
MIT License
417 stars 63 forks source link

customizing index.html #32

Closed jacobg closed 5 years ago

jacobg commented 5 years ago

Firstly, nice project!

I see that index.html is added to .gitignore. Is it wrong to not ignore it, and edit it to add stuff? I think it's a support feature in Cordova, so just making sure the plugin is friendly with that, or if it might cause a problem?

jacobg commented 5 years ago

Oh never mind, I didn't noticed public/index.html.

m0dch3n commented 5 years ago

JFYI the cotdova plugin does not add index.html or public/index.html to .gitignore

So, maybe you have another plugin or this entry comes from something else...