diff --git a/gulpfile.js b/gulpfile.js index dd1b25a3..2524737c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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