let all = gulp.series(clean, gulp.parallel(css, js, html, data, lib, static));. 在命令列 gulp all 就相當於執行這個兩個方法中的所有任務 ...
確定! 回上一頁