Skip to content

Commit

Permalink
Fix builds/code style
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Aug 14, 2017
1 parent bf45be9 commit 013b131
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,10 @@ gulp.task('images', function() {
.pipe(imagemin([
imagemin.jpegtran({progressive: true}),
imagemin.gifsicle({interlaced: true}),
imagemin.svgo({plugins: [{removeUnknownsAndDefaults: false}, {cleanupIDs: false}]})
imagemin.svgo({plugins: [
{removeUnknownsAndDefaults: false},
{cleanupIDs: false}
]})
]))
.pipe(gulp.dest(path.dist + 'images'))
.pipe(browserSync.stream());
Expand Down

0 comments on commit 013b131

Please sign in to comment.