This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new 1051f03 Fix custom Bootstrap CSS map paths
1051f03 is described below
commit 1051f03108500a4266fa0d2c5e5619f13148253a
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu May 22 20:17:43 2025 +0100
Fix custom Bootstrap CSS map paths
---
atr/static/css/bootstrap.custom.css | 2 +-
atr/static/css/bootstrap.custom.css.map | 2 +-
bootstrap/make.sh | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/atr/static/css/bootstrap.custom.css
b/atr/static/css/bootstrap.custom.css
index d918fbd..f62b96e 100644
--- a/atr/static/css/bootstrap.custom.css
+++ b/atr/static/css/bootstrap.custom.css
@@ -11848,4 +11848,4 @@ small, .small, .text-muted {
cursor: pointer;
}
-/*# sourceMappingURL=custom.css.map */
+/*# sourceMappingURL=bootstrap.custom.css.map */
diff --git a/atr/static/css/bootstrap.custom.css.map
b/atr/static/css/bootstrap.custom.css.map
index 238a883..03ba973 100644
--- a/atr/static/css/bootstrap.custom.css.map
+++ b/atr/static/css/bootstrap.custom.css.map
@@ -1 +1 @@
-{"version":3,"sourceRoot":"","sources":["../node_modules/bootstrap/scss/_root.scss","../node_modules/bootstrap/scss/vendor/_rfs.scss","../node_modules/bootstrap/scss/mixins/_color-mode.scss","../scss/reboot-shim.scss","../node_modules/bootstrap/scss/_accordion.scss","../node_modules/bootstrap/scss/mixins/_border-radius.scss","../node_modules/bootstrap/scss/mixins/_transition.scss","../node_modules/bootstrap/scss/_alert.scss","../node_modules/bootstrap/scss/_variables.scss","../node_modul
[...]
+{"version":3,"sourceRoot":"","sources":["../node_modules/bootstrap/scss/_root.scss","../node_modules/bootstrap/scss/vendor/_rfs.scss","../node_modules/bootstrap/scss/mixins/_color-mode.scss","../scss/reboot-shim.scss","../node_modules/bootstrap/scss/_accordion.scss","../node_modules/bootstrap/scss/mixins/_border-radius.scss","../node_modules/bootstrap/scss/mixins/_transition.scss","../node_modules/bootstrap/scss/_alert.scss","../node_modules/bootstrap/scss/_variables.scss","../node_modul
[...]
diff --git a/bootstrap/make.sh b/bootstrap/make.sh
index 7eaf5d3..597aa42 100755
--- a/bootstrap/make.sh
+++ b/bootstrap/make.sh
@@ -20,7 +20,7 @@ test -d scss || mkdir scss
cp ../custom.scss scss/custom.scss
cp ../reboot-shim.scss scss/reboot-shim.scss
sass -q scss/custom.scss css/custom.css
-cp css/custom.css ../../atr/static/css/bootstrap.custom.css
-cp css/custom.css.map ../../atr/static/css/bootstrap.custom.css.map
+sed 's/custom.css.map/bootstrap.custom.css.map/g' css/custom.css >
../../atr/static/css/bootstrap.custom.css
+sed 's/custom.css/bootstrap.custom.css/g' css/custom.css.map >
../../atr/static/css/bootstrap.custom.css.map
cp node_modules/bootstrap/dist/js/bootstrap.bundle.min.js
../../atr/static/js/bootstrap.bundle.min.js
cp node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map
../../atr/static/js/bootstrap.bundle.min.js.map
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]