gulpfile.js/gulp.task. // compress task gulp.task('compress', function() { gulp.src('build/main.js') .pipe(minify({ exclude: ['tasks'], ...
確定! 回上一頁