// 构建任务
gulp.task('default', ['htmlmin', 'cssmin', 'jsmin', 'copy']);
 
构建任务  同时执行多个任务

 

 

相关文章: