From 09f48b7baa659cfa40784c97fd0d78ea7ab1e4af Mon Sep 17 00:00:00 2001 From: Cvetan Stefanovski Date: Fri, 9 Sep 2016 18:28:20 +0300 Subject: [PATCH] Skip processing benchmark libs --- Gruntfile.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index b9b42ce..d7d7f20 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -209,7 +209,10 @@ module.exports = function(grunt) { "lib/loglevel", "lib/signals", "lib/hammer", - "lib/ammo" + "lib/ammo", + "lib/benchmark/platform", + "lib/benchmark/lodash", + "lib/benchmark/benchmark" ], excludeGlobalModules : [ @@ -227,7 +230,10 @@ module.exports = function(grunt) { "lib/loglevel", "lib/signals", "lib/hammer", - "lib/ammo" + "lib/ammo", + "lib/benchmark/platform", + "lib/benchmark/lodash", + "lib/benchmark/benchmark" ], shouldSkipProcessing : function(moduleName)