diff --git a/gulpfile.js b/gulpfile.js index 268bb8c..ba67750 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -177,7 +177,8 @@ gulp.task('images', function() { return gulp.src(globs.images) .pipe($.imagemin({ progressive: true, - interlaced: true + interlaced: true, + svgoPlugins: [{removeUnknownsAndDefaults: false}] })) .pipe(gulp.dest(path.dist + 'images')); });