gulp-image-optimization icon indicating copy to clipboard operation
gulp-image-optimization copied to clipboard

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

Results 4 gulp-image-optimization issues
Sort by recently updated
recently updated
newest added

replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

> [email protected] postinstall /Users/vasap/proj/node_modules/gifsicle > node index.js path.js:7 throw new TypeError('Path must be a string. Received ' + inspect(path)); ^ TypeError: Path must be a string. Received { url: 'https://raw.github.com/imagemin/gifsicle-bin/v0.1.7/vendor/osx/gifsicle',...

Hi Im running the gulp task with exactly the same code that appears in the README.md and when running the task it throws the next error in the console. Internal/child_process.js:289...

Is it possible after the `imageop()` has run, to get a summary of all the file savings? For example it would total up the bytes of each image and the...