diff --git a/gulpfile.js b/gulpfile.js index 2677875..427a2fa 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -159,7 +159,6 @@ function css() { function html() { return src(paths.html.src) .pipe(newer(paths.html.dest)) - .pipe(htmlclean()) .pipe(dest(paths.html.dest)); } @@ -207,4 +206,4 @@ function font() { exports.scripts = series(js); exports.images = parallel(gallery, thumbnails, backgrounds, header, gfx, images); -exports.default = series(parallel(html, pdf, font), js, css, parallel(gallery, thumbnails, backgrounds, header, gfx, images)); \ No newline at end of file +exports.default = series(parallel(html, pdf, font), js, css, parallel(gallery, thumbnails, backgrounds, header, gfx, images));