gleero / grunt-favicons

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

Multiple HTML files #79

Closed jacksonrayhamilton closed 8 years ago

jacksonrayhamilton commented 8 years ago

Hi, I have a use case where I am generating two HTML files, one optimized for HTTP/1 clients and another for HTTP/2. I'd like to be able to tell this task to update both of the files with the one set of icons it generates. Do you think we can add the ability to specify an array of HTML files to update, instead of just one path? (Maybe by using the same mechanism grunt uses for selecting multiple files like with the standard src: [] or files: [] options?)

jacksonrayhamilton commented 8 years ago

Actually, I think I should be able to add the favicons to my template before generating the two HTML files.