diff -r 903d6f504f71 -r ffdfe491869c client/gulpfile.js --- a/client/gulpfile.js Thu Jun 11 15:38:19 2015 +0200 +++ b/client/gulpfile.js Thu Jun 11 16:19:36 2015 +0200 @@ -21,9 +21,9 @@ gulp.task('scripts', function(){ //combine all js files of the app gulp.src(scriptsSrc) -// .pipe(plugins.jshint()) -// .pipe(plugins.jshint.reporter('default')) -// .pipe(plugins.jshint.reporter('fail')) + .pipe(plugins.jshint()) + .pipe(plugins.jshint.reporter('default')) + .pipe(plugins.jshint.reporter('fail')) .pipe(plugins.concat('app.js')) .pipe(gulp.dest(buildFolder+'/js')) .pipe(plugins.filesize())