Skip to content

Commit

Permalink
Skip processing benchmark libs
Browse files Browse the repository at this point in the history
  • Loading branch information
cvetan5 committed Sep 9, 2016
1 parent 2fbfa1d commit 09f48b7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 : [
Expand All @@ -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)
Expand Down

0 comments on commit 09f48b7

Please sign in to comment.