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.
This commit is contained in:
Kevin Sawicki 2014-07-07 15:52:31 -07:00
parent 7117634ba8
commit fa6e84415b

View File

@ -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')