Replace the Gulp task with the following that does this: gulp.task('js', function () { gulp.src(['ng/module.js', 'ng/**/*.js']) .pipe(concat('app.js')) ...
確定! 回上一頁