client/gulpfile.js
changeset 172 ffdfe491869c
parent 154 d029bf4a0b2b
child 196 e3d3cd7a676a
--- 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())