gulp.task('app-js-debug', function() { return gulp.src([ 'src/app/app.js', 'src/app/**/*.js' ]) .pipe(jshint()) ...
確定! 回上一頁