firetix / gulp-image-optimization

Minify PNG, JPEG and GIF images. this is based on https://github.com/sindresorhus/gulp-imagemin with stream-limit implementation
23 stars 3 forks source link

Adding more supported file extensions #5

Closed holloway closed 8 years ago

holloway commented 8 years ago

I had a content directory with 30k user supplied images with various file extensions, and some of them were .JPG etc which are supported by imagemagick. This one liner adds support for them.

firetix commented 8 years ago

Thank you @holloway