JavaScript/*.js') // path to your files .pipe(uglify()) .pipe(gulp.dest('path/to/destination')); });. Run: gulp minify-js ...
確定! 回上一頁