aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.babel.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.babel.js')
-rw-r--r--gulpfile.babel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.babel.js b/gulpfile.babel.js
index 1300d4c..c166ad6 100644
--- a/gulpfile.babel.js
+++ b/gulpfile.babel.js
@@ -29,7 +29,7 @@ gulp.task("css", () => (
cssImport({from: "./src/css/main.css"}),
cssnext(),
cssnano(),
- uncss({ html: ['site/**/*.html']})
+ // uncss({ html: ['./site/**/*.html']})
]))
.pipe(gulp.dest("./dist/css"))
.pipe(browserSync.stream())