This commit is contained in:
Joscha Maier
2024-10-07 10:03:34 +02:00
parent c1a962e3b8
commit 6dc5149c3b
4 changed files with 127 additions and 9 deletions

View File

@ -71,7 +71,7 @@ function compileScss() {
/* ----------------------------------------- */
function watchUpdates() {
gulp.watch(SYSTEM_SCSS, css);
gulp.watch(SYSTEM_SCSS, compileScss);
}