Skip to content

Commit

Permalink
fix 55f7fce
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 13, 2014
1 parent e3e6cf8 commit 6c298ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ gulp.task('styles', function () {
// Scripts
gulp.task('scripts', function () {
return gulp.src('app/scripts/**/*.js')
.pipe($.jshint())
.pipe($.jshint.reporter($.jshintStylish))
.pipe($.size());
});
Expand Down

0 comments on commit 6c298ab

Please sign in to comment.