Skip to content

Commit

Permalink
Docs: Update gulp-imagemin usage (closes #2432)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed May 17, 2020
1 parent 2716600 commit 0864ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -230,7 +230,7 @@ const paths = {

function images() {
return gulp.src(paths.images.src, {since: gulp.lastRun(images)})
.pipe(imagemin({optimizationLevel: 5}))
.pipe(imagemin())
.pipe(gulp.dest(paths.images.dest));
}

Expand Down

0 comments on commit 0864ee0

Please sign in to comment.