gleero / grunt-favicons

Generate favicon.ico and icons for iOS, Android and WP8
MIT License
233 stars 48 forks source link

mobile-web-app-capable #48

Open japrescott opened 9 years ago

japrescott commented 9 years ago

when using the androidHomescreen flag, the meta tag mobile-web-app-capable will be set, but it won't be removed, causing a long list of the same meta tag (depending how often you rebuild)

I think its smart to add the mobile-web-app-capable but it should be checked if it already exists in the html before doing so.

Looking at it from a different point of view, not adding it would make more sense as someone using this gruntTask will naturally be making a web-app-capable website and thus have the meta tag already set (in a separate file, or in a jade/ejs/template file)

I wanted to fix it my self but github rejected my username and I've never contr. to a public (but private?!) project of someone else so I don't know how a PR works. Sorry