mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Don't bundle nodegit's node-pre-gyp module
This commit is contained in:
parent
86b9aa2dd1
commit
67ed26bc0d
@ -55,6 +55,8 @@ module.exports = (grunt) ->
|
||||
ignoredPaths = [
|
||||
path.join('git-utils', 'deps')
|
||||
path.join('nodegit', 'vendor')
|
||||
path.join('nodegit', 'node_modules', 'node-pre-gyp')
|
||||
path.join('nodegit', 'node_modules', '.bin')
|
||||
path.join('oniguruma', 'deps')
|
||||
path.join('less', 'dist')
|
||||
path.join('bootstrap', 'docs')
|
||||
|
Loading…
Reference in New Issue
Block a user