[GULP] Gulp - Developing An Application (ok)
https://www.tutorialspoint.com/gulp/gulp_developing_application.htm
Chú ý: Để kết hợp được các task với nhau từ phiên bản 4.x trở đi chúng ta phải
gulp.task('default', gulp.series('css','js'));
Chú ý: Nếu thì sử dụng
Thì sử dụng
Dependencies Declaration
You can add dependencies to your configuration file as shown in the following code.
Creating Task for Dependencies
Example
Running the Task
Last updated