From f801b85099284b5dd4dbf4aa0f9c31ef74f0f622 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Wed, 28 Aug 2019 16:40:08 +0100 Subject: [PATCH] Grunt: Expand js{,on} for readability Change-Id: Ib3bfb1a9d6547e1062ea3ad08de7ea721c111586 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/**', -- 2.20.1