Skip to content

Commit 570986e

Browse files
committed
Update
1 parent 5de695d commit 570986e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ gulp.task('watch', ['sass', 'js', 'browser-sync'], function() {
6565

6666
gulp.task('imagemin', function() {
6767
return gulp.src('app/img/**/*')
68-
.pipe(cache(imagemin()))
68+
// .pipe(cache(imagemin())) // Cache Images
69+
.pipe(imagemin())
6970
.pipe(gulp.dest('dist/img'));
7071
});
7172

0 commit comments

Comments
 (0)