Add json to build process

This commit is contained in:
Stephan 2019-03-19 19:45:24 +01:00
parent f0724ab056
commit 2fcb93f6d6

View file

@ -226,7 +226,7 @@ function overview() {
watch(input.data, series(json, reload));
}
const assets = parallel(fonts, art, vendor);
const assets = parallel(fonts, art, json, vendor);
const build = series(clean, assets, parallel(nunjucks, series(styleLint, style), series(codeLint, code)));
exports.lint = parallel(styleLint, codeLint);