gleero / grunt-favicons

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

windowsTile fails #35

Open yellowled opened 10 years ago

yellowled commented 10 years ago

If I set 'windowsTile': true, I get

windows-tile-144x144.png... sh: -c: line 0: unexpected EOF while looking for matching ``'
sh: -c: line 2: syntax error: unexpected end of file

If I run that again with --force, I get 3 icons, but they're named 16x16.png, 32x32.png and 48x48.png. (I assume those are supposed to be windows-tile-16x16.png etc.)

OS X 10.9.4, node 0.10.29, Grunt 0.4.5, grunt-favicons 0.6.4 and ImageMagick 6.8.9.

sgade commented 10 years ago

Same problem here, v0.6.4 also.