diff --git a/gulpfile.js b/gulpfile.js index 613d101..801a398 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -207,7 +207,7 @@ gulp.task('images', function() { .pipe(imagemin({ progressive: true, interlaced: true, - svgoPlugins: [{removeUnknownsAndDefaults: false}] + svgoPlugins: [{removeUnknownsAndDefaults: false}, {cleanupIDs: false}] })) .pipe(gulp.dest(path.dist + 'images')) .pipe(browserSync.stream());