1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Fixed gulp file

This commit is contained in:
Uncled1023 2020-06-23 00:48:17 -07:00
parent dad9de8606
commit 35d411ac92

View File

@ -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) {