gleero / grunt-favicons

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

Grunt Tasks not progressing #61

Closed robertlawson86 closed 8 years ago

robertlawson86 commented 9 years ago

Hi I have installed both the Grunt Module and ImageMagick( I know this is installed as the image convert method is working) however the Grunt task gets stuck at Running "favicons:icons" and never seems to progress, anyone got any ideas or had similar issues? My set up for the task is: favicons: { icons: { src: 'logo.png', dest: '<%= destPath %>logos' } }

Any help appreciated

Robert

konstantin24121 commented 9 years ago

I have a same problem

konstantin24121 commented 9 years ago

stops after

51 return exec(cmd);

command exec do not anything. What problem with sync-exec?

aproskam commented 9 years ago

Hi,

Same problem here. Keeps hanging on "Resizing images for "path/name"..."

I'm trying it on a Windows 8.1 machine, I also tried to use the grunt-favicons-windows package

rhhamburg commented 9 years ago

I had the same problem. After updating sync-exec from version 0.4.0 to 0.6.0 in the package.json file it works now.

aproskam commented 9 years ago

@rhhamburg thanks mate, that worked for me as well!

konstantin24121 commented 9 years ago

@rhhamburg thank you! work's great!