[GULP] Gulp Tutorial
https://www.tutorialspoint.com/gulp/index.htm
gulp.task('default', gulp.series('a', 'b', 'c'));gulp.task('default', gulp.parallel('a', 'b', 'c'));
Last updated
https://www.tutorialspoint.com/gulp/index.htm
gulp.task('default', gulp.series('a', 'b', 'c'));gulp.task('default', gulp.parallel('a', 'b', 'c'));
Last updated