mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05: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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user