From 736d8bc131176b583671b6b608bc7fa071ad2c6e Mon Sep 17 00:00:00 2001 From: Van Date: Thu, 1 Oct 2015 23:22:45 +0800 Subject: [PATCH] keep license --- toolers/Gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolers/Gulpfile.js b/toolers/Gulpfile.js index 2535ad5..9579fb8 100644 --- a/toolers/Gulpfile.js +++ b/toolers/Gulpfile.js @@ -13,7 +13,7 @@ gulp.task ('clean', function () { gulp.task ('build', function () { gulp.src ('../*/css/*.css') .pipe(rename({ suffix: '.min' })) - .pipe(minifycss()) + .pipe(minifycss({keepSpecialComments: '1'})) .pipe(gulp.dest ('../')); gulp.src ('../*/js/*.js')