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 202729f9ba - Show all commits

View file

@ -283,7 +283,7 @@ function overview() {
// watch(input.code, series(codeLint, code, reload));
watch(input.code, series(code, reload));
watch(input.fonts, series(fonts, reload));
watch(input.art.sprites, series(parallel(sprites, style), reload));
watch(input.art.sprites, series(sprites, style, reload));
watch([input.art.favicons, input.art.images], series(art, reload));
watch(config.frontendData, series(json, reload));
}