diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 13:32:25 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 13:32:25 +0200 |
| commit | ea2137c660828c7be399f0292ca5434ebff608c3 (patch) | |
| tree | fffe4b91c587930cdaf811226f9b7d59b0d3859d /gulpfile.babel.js | |
| parent | e6ec588262e99e719c946c64b21e77b07a536c3a (diff) | |
Temporarily disabled uncss
Diffstat (limited to 'gulpfile.babel.js')
| -rw-r--r-- | gulpfile.babel.js | 2 |
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()) |
