gleero / grunt-favicons

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

HTML: extra lines & custom code position #31

Open fr-olivier opened 10 years ago

fr-olivier commented 10 years ago

Hello,

I noticed that each time I run grunt-favicons, it adds unnecessary empty lines before the first meta tag. By the way, theses tags are added right before the . For clarity in the code, I'd rather place them where I want. My suggestion would be to add a string in the html (something like <!--favicons>) which will be replaced by the meta tags when running the task.

Thanks for your work anyway! François

jemware commented 10 years ago

+1

hamishtaplin commented 9 years ago

Came here to suggest this too.

smartforcedev commented 9 years ago

+1

MikeSha commented 9 years ago

+1

daco commented 9 years ago

+1

MikeSha commented 8 years ago

Hi guys! Please check this: https://github.com/gleero/grunt-favicons/pull/72

Hope this is what you're looking for.