From 35465f55d4575497070d3aa26951c65cf6221c74 Mon Sep 17 00:00:00 2001 From: Ir1d Date: Fri, 8 Feb 2019 23:21:45 +0800 Subject: [PATCH] feat: minify css in html --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 3d84ecd2..a9f81386 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -8,6 +8,7 @@ gulp.task('minify:html', () => { .pipe(htmlmin({ collapseWhitespace: true, minifyJS: true, + minifyCSS: true, minifyURLs: true, removeComments: true, removeOptionalTags: true, -- 2.11.0