Fixed standard execution

This commit is contained in:
Igor Zhukov 2016-06-28 19:46:08 +03:00
parent 636bc4a83b
commit f73c18afc9

View File

@ -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