put back all build tasks

This commit is contained in:
Matthias Kretschmann 2018-01-02 17:35:49 -02:00
parent 0bbfb3636c
commit 76def5231b
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 2 deletions

View File

@ -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