X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=Gruntfile.js;h=9615330e8ca22b58e4cf7960bd14118b510b3ddd;hb=dbba623b8bf23119add41931ed858a1fe489aa57;hp=f3950f6f505f836e42fd3495b525259e7efa9c2e;hpb=fc0c1623c86d85d3b2b86c4b9d86bd119144e367;p=lhc%2Fweb%2Fwiklou.git diff --git a/Gruntfile.js b/Gruntfile.js index f3950f6f50..9615330e8c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -26,7 +26,7 @@ module.exports = function ( grunt ) { cache: true }, all: [ - '**/*.js{,on}', + '**/*.{js,json}', '!docs/**', '!node_modules/**', '!resources/lib/**', @@ -117,7 +117,7 @@ module.exports = function ( grunt ) { included: true, served: false } ], - logLevel: 'DEBUG', + logLevel: ( process.env.ZUUL_PROJECT ? 'DEBUG' : 'INFO' ), frameworks: [ 'qunit' ], reporters: [ 'mocha' ], singleRun: true,