10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
Showing only changes of commit 2fcb93f6d6 - Show all commits

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);