Skip to content

Commit

Permalink
ignore img-small--webp from css clean
Browse files Browse the repository at this point in the history
  • Loading branch information
nathakits committed Jun 1, 2017
1 parent 31bdbd9 commit 2fc7603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ gulp.task "css:clean", ->
new RegExp('^li.active.*')
new RegExp('^.lazyloaded.*')
new RegExp('^.img-large--webp.*')
new RegExp('^.img-small--webp.*')
]
))
.pipe(gulp.dest('build/css'))

0 comments on commit 2fc7603

Please sign in to comment.