From 2fc7603a29b60119372f1d6d85dd754566d9eb4e Mon Sep 17 00:00:00 2001 From: Nathakit Date: Thu, 1 Jun 2017 17:53:53 +0700 Subject: [PATCH] ignore img-small--webp from css clean --- gulpfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.coffee b/gulpfile.coffee index 2e68216d..50c22538 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -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'))