Adds jshint reporting

This commit is contained in:
2016-02-24 12:14:41 +01:00
parent c86e06fe23
commit e6e1f6d6b3
3 changed files with 5 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ pipes.bowerFilesMinified = function() {
pipes.validatedAppScripts = function() {
return gulp.src(paths.appFiles)
.pipe(plugins.jshint())
.pipe(plugins.debug({title: 'validated-js:'}));
.pipe(plugins.jshint.reporter('jshint-stylish'));
}
pipes.validatedIndex = function() {