From 9c6bc389d4394b1dfc4ed6b99b2454aee29ce836 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Wed, 29 Jul 2020 16:45:58 +0800 Subject: Switch icons to iconfont --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index b45595c..d9e1d9d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -48,7 +48,7 @@ function css() { src = src .pipe(sass({ includePaths: ['./node_modules'] }).on('error', sass.logError)) .pipe(postcss([autoprefixer()])) - .pipe(cleanCSS()); + .pipe(cleanCSS({ rebase: false })); if (env === 'development') { src = src.pipe(sourcemaps.write('.')); } -- cgit v1.2.3