Posts by Mohamad • 1 point
1 post
-
0
votes1
answer54
viewsA: Default function of Gulp
Add this line at the end of the code to set all tasks specified as default: gulp.task('default', gulp.series('copy', 'clean', 'minify-css', 'minify-js', 'inline', 'minify-html')); After that just…