From 76def5231b53ddefe6e504bcce528dda39044e9a Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 2 Jan 2018 17:35:49 -0200 Subject: [PATCH] put back all build tasks --- gulpfile.babel.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 395f3e2..7831474 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -343,8 +343,7 @@ 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), criticalCss) +export const build = series(buildBanner, clean, jekyll, parallel(html, css, js, images, fonts, svg, mediakit), rev, revReplace, criticalCss) // // Build site, run server, and watch for file changes