vseventer / hexo-imagemin

imagemin plugin for Hexo.
MIT License
6 stars 4 forks source link

mozjpeg fails to install correctly and thus jpegs come out as zero bytes #1

Closed gkatsev closed 8 years ago

gkatsev commented 8 years ago

On OSX with node 4, imagemin-mozjpeg doesn't install correctly. It still tries to run images through it and thus jpegs fail. I noticed this with the banner.jpg on the default hexo landscape theme.

Apparently, it's an OSX/imagemin issue: https://github.com/imagemin/imagemin-mozjpeg/issues/11

vseventer commented 8 years ago

As this is an issue with a dependency, better open an issue there - looks like there are some useful replies in imagemin/imagemin-mozjpeg#11 to resolve this.

gkatsev commented 8 years ago

Yeah, at first I wasn't sure what it was and this is more for informational purposes. It seems like it's being solved already.