mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-06 23:26:25 +03:00
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:
parent
7117634ba8
commit
fa6e84415b
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user