From 37672f0be0635911a1f746da4b96bd4bdddbfba9 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 30 Mar 2021 10:41:30 +0200 Subject: [PATCH] give gulp watch func a name --- web/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/gulpfile.js b/web/gulpfile.js index 53d4743db..e1f009bef 100644 --- a/web/gulpfile.js +++ b/web/gulpfile.js @@ -214,7 +214,7 @@ gulp.task( gulp.task("default", gulp.series( "dev", - function () { + function watch() { livereload.listen({auto: true}); gulp.watch(["src/css/vendor*"], gulp.series("styles-vendor-dev")); gulp.watch(["src/css/**"], gulp.series("styles-app-dev"));