X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=Gruntfile.js;h=8115ea2aec661bcb503f3b7e58c442599c0e774b;hb=8918182ae2b7e4a8977e81528d4c796ba48232b8;hp=f3950f6f505f836e42fd3495b525259e7efa9c2e;hpb=7225215a0d2b5074959d7ea7b1029ad28ea53643;p=lhc%2Fweb%2Fwiklou.git diff --git a/Gruntfile.js b/Gruntfile.js index f3950f6f50..8115ea2aec 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/**',