Keep images from becoming over optimize... revisit this later
This commit is contained in:
parent
780b30c9f6
commit
60de8f20aa
3 changed files with 2 additions and 2 deletions
|
@ -74,11 +74,11 @@ gulp.task('jslint', function() {
|
||||||
gulp.task('images', function () {
|
gulp.task('images', function () {
|
||||||
return gulp.src('images/*')
|
return gulp.src('images/*')
|
||||||
.pipe(imagemin({
|
.pipe(imagemin({
|
||||||
optimizationLevel: 7,
|
// optimizationLevel: 7,
|
||||||
progressive: true,
|
progressive: true,
|
||||||
interlaced: true,
|
interlaced: true,
|
||||||
svgoPlugins: [{removeViewBox: true}],
|
svgoPlugins: [{removeViewBox: true}],
|
||||||
use: [imageminMozjpeg()]
|
// use: [imageminMozjpeg()]
|
||||||
}))
|
}))
|
||||||
.pipe(gulp.dest('images'));
|
.pipe(gulp.dest('images'));
|
||||||
});
|
});
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 73 KiB |
Binary file not shown.
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 0 B |
Loading…
Reference in a new issue