Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild/change-version.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/change-version.js b/build/change-version.js
index 971f447fb6..8b349a68ad 100755
--- a/build/change-version.js
+++ b/build/change-version.js
@@ -90,6 +90,7 @@ function main(args) {
const newVersion = args[1]
const EXCLUDED_DIRS = new Set([
'.git',
+ '_gh_pages',
'node_modules',
'vendor'
])