gulp.task('uglify', ['uglify:js', 'uglify:css'], function(){ return gulp.src('src/index.html') .pipe(gulp.dest('dist')); }) ...
確定! 回上一頁