mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Bootstrap is no longer vendored
This commit is contained in:
@@ -41,7 +41,6 @@ module.exports = (grunt) ->
|
||||
path.join('git-utils', 'deps')
|
||||
path.join('oniguruma', 'deps')
|
||||
path.join('vendor', 'apm')
|
||||
path.join('vendor', 'bootstrap', 'docs')
|
||||
]
|
||||
ignoredPaths = ignoredPaths.map (ignoredPath) -> "(#{ignoredPath})"
|
||||
nodeModulesFilter = new RegExp(ignoredPaths.join('|'))
|
||||
|
||||
Reference in New Issue
Block a user