fixed gulpfile bug

This commit is contained in:
Rohit Pai 2022-01-01 00:28:26 +00:00
parent a7cc4f4a45
commit 601cfacf3a

View File

@ -101,7 +101,7 @@ gulp.task("default", () =>
{
(gulp.series("watchFiles", "browserSync")());
}
}
});
//gulp.task("default", gulp.series(gulp.parallel("watchFiles", "browserSync")));