From 35d411ac929b37943e43cfa01c6533d000784f90 Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Tue, 23 Jun 2020 00:48:17 -0700 Subject: [PATCH] Fixed gulp file --- Teknik/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teknik/gulpfile.js b/Teknik/gulpfile.js index 669420e..0ab9b54 100644 --- a/Teknik/gulpfile.js +++ b/Teknik/gulpfile.js @@ -136,7 +136,7 @@ gulp.task("watch", function (done) { }); // Watch Bundle File Itself - gulp.watch('./bundleconfig.json', ["load-bundle", "min"]); + gulp.watch('./bundleconfig.json', gulp.series("load-bundle", "min")); // Watch Bundles getBundles(".js").forEach(function (bundle) {