Fixed standard execution
This commit is contained in:
parent
636bc4a83b
commit
f73c18afc9
@ -51,7 +51,7 @@ gulp.task('less', function () {
|
||||
})
|
||||
|
||||
gulp.task('standard', function () {
|
||||
gulp.src(['app/**/*.js', 'gulpfile.js'])
|
||||
gulp.src(['app/**/*.js', '!app/vendor/**/*', 'gulpfile.js'])
|
||||
.pipe(standard())
|
||||
.pipe(standard.reporter('default', {
|
||||
breakOnError: true
|
||||
|
Loading…
Reference in New Issue
Block a user