mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Don't copy bootstrap docs to build folder
This commit is contained in:
@@ -152,6 +152,7 @@ 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