var concat = require('gulp-concat');. gulp.task('scripts', function() {. gulp.src('./lib/*.js') .pipe(concat('all.js')).
確定! 回上一頁