From: Ed Sanders Date: Wed, 28 Aug 2019 15:40:08 +0000 (+0100) Subject: Grunt: Expand js{,on} for readability X-Git-Tag: 1.34.0-rc.0~524^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=f801b85099284b5dd4dbf4aa0f9c31ef74f0f622;p=lhc%2Fweb%2Fwiklou.git Grunt: Expand js{,on} for readability Change-Id: Ib3bfb1a9d6547e1062ea3ad08de7ea721c111586 --- 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/**',