sindresorhus / gulp-imagemin

Minify PNG, JPEG, GIF and SVG images
MIT License
1.9k stars 157 forks source link

Verbose option is ignored for statistics message #324

Closed sergeymorkovkin closed 5 years ago

sergeymorkovkin commented 5 years ago

Imagemin ignores it's "verbose" option for statistical messages, such as "[18:44:52] gulp-imagemin: Minified 17 images (saved 6.11 MB - 88.3%)". Should fix or add another option "stats" to control statistics output.

sindresorhus commented 5 years ago

This is expected behavior. It's not verbose output. It only shows one line per run. Not really interested in making this configurable.