From 601cfacf3a1831a962a1df4258cc0ff0c5cfb622 Mon Sep 17 00:00:00 2001 From: Rohit pai Date: Sat, 1 Jan 2022 00:28:26 +0000 Subject: [PATCH] fixed gulpfile bug --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 04fb910..15eff8d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -101,7 +101,7 @@ gulp.task("default", () => { (gulp.series("watchFiles", "browserSync")()); } -} +}); //gulp.task("default", gulp.series(gulp.parallel("watchFiles", "browserSync")));