From fa6e84415be236aaa6749dfe1e62d55638bcc315 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 7 Jul 2014 15:52:31 -0700 Subject: [PATCH] Ignore gaze from jasmine-node This is only used when jasmine-node is being launched from the CLI with --autotest/--watch which the bundled spec runner does not use or expose. This reduces all bundled paths to be under 200 characters relative to the root install location. --- build/tasks/build-task.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/build/tasks/build-task.coffee b/build/tasks/build-task.coffee index 62bb130e1..b81d370ae 100644 --- a/build/tasks/build-task.coffee +++ b/build/tasks/build-task.coffee @@ -60,6 +60,7 @@ module.exports = (grunt) -> path.join('normalize-package-data', 'test') path.join('npm', 'test') path.join('jasmine-reporters', 'ext') + path.join('jasmine-node', 'node_modules', 'gaze') path.join('build', 'Release', 'obj.target') path.join('build', 'Release', 'obj') path.join('build', 'Release', '.deps')