mirror of
https://github.com/status-im/status-site-legacy.git
synced 2025-02-26 22:10:36 +00:00
disable image-min
This commit is contained in:
parent
171923e8c6
commit
8f5e52a7b7
12
gulpfile.js
12
gulpfile.js
@ -62,12 +62,12 @@ gulp.task('clean', function() {
|
||||
gulp.task('images', function() {
|
||||
return gulp.src('src/img/**/*')
|
||||
.pipe(plumber())
|
||||
.pipe(imagemin({
|
||||
interlaced: true,
|
||||
progressive: true,
|
||||
svgoPlugins: [{removeViewBox: false}],
|
||||
use: [pngquant()]
|
||||
}))
|
||||
// .pipe(imagemin({
|
||||
// interlaced: true,
|
||||
// progressive: true,
|
||||
// svgoPlugins: [{removeViewBox: false}],
|
||||
// use: [pngquant()]
|
||||
// }))
|
||||
.pipe(gulp.dest('build/img'));
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user