gleero / grunt-favicons

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

Build failing #29

Closed blg002 closed 10 years ago

blg002 commented 10 years ago

I just updated to Mavericks and started getting this error: (everything was working great before)

Running "favicons:icons" (favicons) task
Resizing images for "favicon_template.png"... Warning: You need to have ImageMagick installed in your PATH for this task to work. Use --force to continue.

Not sure why this would have changed.

$  brew list
ack
eot-utils gettext
imagemagick libtiff
node
readline  tree
bash
erlang
git
jasper
libtool
openssl
redis
ttfautohint
brew-cask findutils glib
jpeg
little-cms  pidof
rename
unixodbc
cairo
fontconfig  grc
libffi
lynx
pixman
riak
webkit2png
cmake
fontforge harfbuzz  libidn
mongodb
pkg-config  scons
wget
coreutils freetype  icu4c
libpng
mysql
pv
sphinx
xz
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-uglify": "~0.3.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-imagemin": "~0.5.0",
"grunt-favicons": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"load-grunt-tasks": "~0.2.1",
"grunt-svgmin": "~0.3.0",
"grunt-webfont": "~0.3.2",
"grunt-usemin": "~2.0.2",
"grunt-filerev": "~0.2.0",
"assemble": "~0.4.37"
gleero commented 10 years ago

What returns which convert?

Try to relink imagemagick in brew:

brew unlink imagemagick && brew link imagemagick

If that does not work, try reinstalling homebrew or run brew doctor.

blg002 commented 10 years ago

unlinking and linking worked. thanks