From 4e86d721e111e1c20606f6a1d409bac05d776699 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 22 Dec 2017 16:08:54 +0100 Subject: [PATCH] take out problematic tasks for now --- gulpfile.babel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 7831474..395f3e2 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -343,7 +343,8 @@ const deployBanner = (done) => { // `gulp build` is the development build // `gulp build --production` is the production build // -export const build = series(buildBanner, clean, jekyll, parallel(html, css, js, images, fonts, svg, mediakit), rev, revReplace, criticalCss) +//export const build = series(buildBanner, clean, jekyll, parallel(html, css, js, images, fonts, svg, mediakit), rev, revReplace, criticalCss) +export const build = series(buildBanner, clean, jekyll, parallel(html, css, js, images, fonts, svg), criticalCss) // // Build site, run server, and watch for file changes