Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
agragregra committed Feb 17, 2025
1 parent 2c7bdca commit 1e4590a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import uglify from 'gulp-uglify'
import rename from 'gulp-rename'
import {deleteAsync} from 'del'
import imageminMain from 'imagemin'
import imageminJpegtran from 'imagemin-jpegtran'
import imageminMozjpeg from 'imagemin-mozjpeg'
import imageminPngquant from 'imagemin-pngquant'
import imageminSvgo from 'imagemin-svgo'
Expand Down Expand Up @@ -66,7 +65,6 @@ async function imagemin() {
try {
const files = await imageminMain([`app/img/**/*`], {
plugins: [
imageminJpegtran({ progressive: true }),
imageminMozjpeg({ quality: 90 }),
imageminPngquant({ quality: [0.6, 0.8] }),
imageminSvgo()
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"gulp-cache": "^1.1.3",
"gulp-concat": "^2.6.1",
"imagemin": "^9.0.0",
"imagemin-jpegtran": "^8.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^10.0.0",
"imagemin-svgo": "^11.0.1",
Expand Down

0 comments on commit 1e4590a

Please sign in to comment.