Browse Source

Fixed standard execution

master
Igor Zhukov 8 years ago
parent
commit
f73c18afc9
  1. 2
      gulpfile.js

2
gulpfile.js

@ -51,7 +51,7 @@ gulp.task('less', function () {
}) })
gulp.task('standard', function () { gulp.task('standard', function () {
gulp.src(['app/**/*.js', 'gulpfile.js']) gulp.src(['app/**/*.js', '!app/vendor/**/*', 'gulpfile.js'])
.pipe(standard()) .pipe(standard())
.pipe(standard.reporter('default', { .pipe(standard.reporter('default', {
breakOnError: true breakOnError: true

Loading…
Cancel
Save