Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
fix: replace jpegtrans with mozjpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadalfy committed Feb 15, 2020
1 parent 4a22a96 commit 0f8127f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ gulp.task('optimize:images', () =>
$.imagemin(
[
$.imagemin.gifsicle({ interlaced: true }),
$.imagemin.jpegtran({ progressive: true }),
$.imagemin.mozjpeg({ progressive: true }),
$.imagemin.optipng({ optimizationLevel: 5 }),
],
{
Expand Down

0 comments on commit 0f8127f

Please sign in to comment.