Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot change gulp-imagemin options #719

Closed
SergiArias opened this issue May 24, 2018 · 1 comment
Closed

Cannot change gulp-imagemin options #719

SergiArias opened this issue May 24, 2018 · 1 comment
Assignees
Labels

Comments

@SergiArias
Copy link

I tried all the documentation (gulp-imagemin) options with no satisfaction. I even put verbose with no luck.

This is the code:

const pngquant = require('imagemin-pngquant');

 gulp.task('images', () => {
  return gulp.src('app/images/**/*')
    .pipe($.cache($.imagemin(
      [pngquant({quality: '50'})], {verbose: true}
    )))
    .pipe(gulp.dest('dist/images'));
});

I don't know if it's a bug or my own lack of expertise, so please, if it's not an issue tell me and I will post it where it belongs.

@UlisesGascon UlisesGascon self-assigned this Oct 28, 2019
@UlisesGascon
Copy link
Member

I assume that this bug was fixed in #737. If not we can re-open it again 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants