gleero / grunt-favicons

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

apple and regular favicons should also be optional #24

Closed owzim closed 10 years ago

owzim commented 10 years ago

If one wants to have different input files for different platforms, it would be helpful to have every type of icon be optional, like options.firefox, options.coast and options.windowsTile

default: options.apple = true; options.regular = true;

I've already implemented that in my local copy, but a pull request would be overkill in this case, right?

qasimalyas commented 10 years ago

All icons should be optional in my opinion. In one of my projects I only need around five icons which deals with most browser / devices I need to support.

The ability to optionally select icons to create would be certainly welcomed.

bensquire commented 10 years ago

+1

gleero commented 10 years ago

Done