Skip to content

Commit 12d88fe

Browse files
committed
Removes image optimization dependencies and tools.
1 parent 6801be9 commit 12d88fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulp/tasks/images.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import gulpif from 'gulp-if'
2-
import imagemin, { gifsicle, mozjpeg, optipng, svgo } from 'gulp-imagemin'
3-
import newer from 'gulp-newer'
2+
// import imagemin, { gifsicle, mozjpeg, optipng, svgo } from 'gulp-imagemin'
3+
// import newer from 'gulp-newer'
44

55
export const images = () => {
66
return app.gulp

0 commit comments

Comments
 (0)