Don't copy bootstrap docs to build folder

This commit is contained in:
Kevin Sawicki
2013-06-24 16:17:07 -07:00
parent fcd0b6839b
commit afac77ddfd

View File

@@ -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('|'))