diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-06-04 10:19:04 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-06-04 10:19:04 +0200 |
commit | e4ca3609d90bb437061e4b8db95ed0424b25eb76 (patch) | |
tree | aa070e40ab01cb1354cbf879a0fb8b2f570631d5 /vendor/twbs/bootstrap/build/ship.sh | |
parent | 071fba2f7121aeb9690a21398935a53deac09af8 (diff) | |
parent | bc092d8d7815195d62299c0ea54caa4759e6f2e7 (diff) | |
download | volse-hubzilla-4.2.tar.gz volse-hubzilla-4.2.tar.bz2 volse-hubzilla-4.2.zip |
Merge branch '4.2RC'4.2
Diffstat (limited to 'vendor/twbs/bootstrap/build/ship.sh')
-rw-r--r-- | vendor/twbs/bootstrap/build/ship.sh | 24 |
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 |