diff --git a/src/gulpfile.js b/src/gulpfile.js index 438c0d03..e6481efa 100644 --- a/src/gulpfile.js +++ b/src/gulpfile.js @@ -49,7 +49,8 @@ gulp.task('js', function() { gulp.task('js-lint', function() { return gulp.src('js/**/*.js') .pipe(jshint()) - .pipe(jshint.reporter('default')); + .pipe(jshint.reporter('default')) + .pipe(jshint.reporter('fail')) }); // Fonts