gulp.task('scripts', function() { // Compile Coffescript, minify and uglify JS return gulp.src(paths.scripts) .pipe(coffee()) ...
確定! 回上一頁