Skip to content

Commit

Permalink
Merge pull request yeoman#91 from mcauser/master
Browse files Browse the repository at this point in the history
Fix jshint-stylish reporter
  • Loading branch information
kevva committed Apr 23, 2014
2 parents 057283b + 07a346a commit c638112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gulp.task('styles', function () {<% if (includeSass) { %>
gulp.task('scripts', function () {
return gulp.src('app/scripts/**/*.js')
.pipe($.jshint())
.pipe($.jshint.reporter($.jshintStylish))
.pipe($.jshint.reporter(require('jshint-stylish')))
.pipe($.size());
});

Expand Down

0 comments on commit c638112

Please sign in to comment.