aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.babel.js
diff options
context:
space:
mode:
authorDarin Dimitroff <d@thecrazyones.agency>2017-01-03 13:32:25 +0200
committerDarin Dimitroff <d@thecrazyones.agency>2017-01-03 13:32:25 +0200
commitea2137c660828c7be399f0292ca5434ebff608c3 (patch)
treefffe4b91c587930cdaf811226f9b7d59b0d3859d /gulpfile.babel.js
parente6ec588262e99e719c946c64b21e77b07a536c3a (diff)
Temporarily disabled uncss
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())