imagemin / gifsicle-bin

gifsicle bin-wrapper that makes it seamlessly available as a local dependency
http://www.lcdf.org/gifsicle/
MIT License
113 stars 52 forks source link

different binary version for different platform on version 3.0.4 #82

Open Triplkrypl opened 6 years ago

Triplkrypl commented 6 years ago

Hi. I have problem witch your package on linux x86, we use some packages for frontend on web aplication. One package for compile js, css and other things use imagemin/gifsicle-bin version 3.0.4. This package use gifsicle parameter: gifsicle --no-app-extensions.

If i install package over npm, on my local mashine will be installed gifsicle binary version: 1.71 from source: https://raw.githubusercontent.com/imagemin/gifsicle-bin/v3.0.4/vendor/linux/x64/gifsicle

On linux x64 is other binary version: 1.87 from source: https://raw.githubusercontent.com/imagemin/gifsicle-bin/v3.0.4/vendor/linux/x64/gifsicle

The main ploblem is that gifsicle 1.71 do not have console parametr "--no-app-extensions" and my frontend build fails on error: missing parameter, if is operation with gif picture.

Can you fix it with new release where is binary file on same version for all platforms? It is big problem becouse developers use platform what they like and they will expect than if they install npm package with same version on diferent platform, package will have same behaviours.

sirdiego commented 6 years ago

Hi, we have the same problem.