aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/build/ship.sh
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-05-10 14:21:36 +0200
committerMario Vavti <mario@mariovavti.com>2019-05-10 14:21:36 +0200
commit9866053f0ce44721c11990c9f9407e7428757c99 (patch)
tree6e414efa36c3bda00205918cecb9122f951427e3 /vendor/twbs/bootstrap/build/ship.sh
parent89a2c1a09c896ac3a23df26a1783f5c682188a56 (diff)
downloadvolse-hubzilla-9866053f0ce44721c11990c9f9407e7428757c99.tar.gz
volse-hubzilla-9866053f0ce44721c11990c9f9407e7428757c99.tar.bz2
volse-hubzilla-9866053f0ce44721c11990c9f9407e7428757c99.zip
update bootstrap to version 4.3.1
Diffstat (limited to 'vendor/twbs/bootstrap/build/ship.sh')
-rw-r--r--vendor/twbs/bootstrap/build/ship.sh24
1 files changed, 3 insertions, 21 deletions
diff --git a/vendor/twbs/bootstrap/build/ship.sh b/vendor/twbs/bootstrap/build/ship.sh
index e3b256e91..289284383 100644
--- a/vendor/twbs/bootstrap/build/ship.sh
+++ b/vendor/twbs/bootstrap/build/ship.sh
@@ -34,29 +34,11 @@ printf "\n%sUpdating version number...%s" $magenta $end
printf "\n%s=======================================================\n%s" $magenta $end
npm run release-version "$current_version" "$1"
-# Compile latest CSS and JS
+# Build release
printf "\n%s=======================================================%s" $magenta $end
-printf "\n%sCompile latest CSS and JS...%s" $magenta $end
+printf "\n%sBuilding release...%s" $magenta $end
printf "\n%s=======================================================\n%s" $magenta $end
-npm run dist
-
-# Generate the SRI hashes
-printf "\n%s=======================================================%s" $magenta $end
-printf "\n%sGenerate the SRI hashes...%s" $magenta $end
-printf "\n%s=======================================================\n%s" $magenta $end
-npm run release-sri
-
-# Compress the dist files
-printf "\n%s=======================================================%s" $magenta $end
-printf "\n%sCompressing the dist files...%s" $magenta $end
-printf "\n%s=======================================================\n%s" $magenta $end
-npm run release-zip
-
-# Compile the docs
-printf "\n%s=======================================================%s" $magenta $end
-printf "\n%sCompile hosted documentation...%s" $magenta $end
-printf "\n%s=======================================================\n%s" $magenta $end
-npm run docs-github
+npm run release
# Copy the contents of the built docs site over to `bs-docs` repo
printf "\n%s=======================================================%s" $magenta $end