fixed gulpfile bug

This commit is contained in:
2022-01-01 00:28:26 +00:00
parent a7cc4f4a45
commit 601cfacf3a
+1 -1
View File
@@ -101,7 +101,7 @@ gulp.task("default", () =>
{
(gulp.series("watchFiles", "browserSync")());
}
}
});
//gulp.task("default", gulp.series(gulp.parallel("watchFiles", "browserSync")));