take out problematic tasks for now

This commit is contained in:
Matthias Kretschmann 2017-12-22 16:08:54 +01:00
parent 4169468990
commit 4e86d721e1
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 1 deletions

View File

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