gulp.js 是一种基于流的,代码优于配置的新一代构建工具。 ... function() { gulp.src('src/*.js') .pipe(uglify()) //压缩js .pipe(rename(function (path) ...
確定! 回上一頁