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 e57d597  Ensure that generated Bootstrap maps are copied
e57d597 is described below

commit e57d597ae9381b4b033a5c394dbc7609b185a6d0
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu May 22 19:05:25 2025 +0100

    Ensure that generated Bootstrap maps are copied
---
 atr/static/css/bootstrap.custom.css.map   | 1 +
 atr/static/js/bootstrap.bundle.min.js     | 6 +++---
 atr/static/js/bootstrap.bundle.min.js.map | 1 +
 bootstrap/make.sh                         | 3 +++
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/atr/static/css/bootstrap.custom.css.map 
b/atr/static/css/bootstrap.custom.css.map
new file mode 100644
index 0000000..238a883
--- /dev/null
+++ b/atr/static/css/bootstrap.custom.css.map
@@ -0,0 +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
 [...]
diff --git a/atr/static/js/bootstrap.bundle.min.js 
b/atr/static/js/bootstrap.bundle.min.js
index d705b8d..c4fac8b 100644
--- a/atr/static/js/bootstrap.bundle.min.js
+++ b/atr/static/js/bootstrap.bundle.min.js
@@ -1,7 +1,7 @@
 /*!
-  * Bootstrap v5.3.3 (https://getbootstrap.com/)
-  * Copyright 2011-2024 The Bootstrap Authors 
(https://github.com/twbs/bootstrap/graphs/contributors)
+  * Bootstrap v5.3.6 (https://getbootstrap.com/)
+  * Copyright 2011-2025 The Bootstrap Authors 
(https://github.com/twbs/bootstrap/graphs/contributors)
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
-!function(t,e){"object"==typeof exports&&"undefined"!=typeof 
module?module.exports=e():"function"==typeof 
define&&define.amd?define(e):(t="undefined"!=typeof 
globalThis?globalThis:t||self).bootstrap=e()}(this,(function(){"use 
strict";const t=new Map,e={set(e,i,n){t.has(e)||t.set(e,new Map);const 
s=t.get(e);s.has(i)||0===s.size?s.set(i,n):console.error(`Bootstrap doesn't 
allow more than one instance per element. Bound instance: 
${Array.from(s.keys())[0]}.`)},get:(e,i)=>t.has(e)&&t.get(e). [...]
+!function(t,e){"object"==typeof exports&&"undefined"!=typeof 
module?module.exports=e():"function"==typeof 
define&&define.amd?define(e):(t="undefined"!=typeof 
globalThis?globalThis:t||self).bootstrap=e()}(this,(function(){"use 
strict";const t=new Map,e={set(e,i,n){t.has(e)||t.set(e,new Map);const 
s=t.get(e);s.has(i)||0===s.size?s.set(i,n):console.error(`Bootstrap doesn't 
allow more than one instance per element. Bound instance: 
${Array.from(s.keys())[0]}.`)},get:(e,i)=>t.has(e)&&t.get(e). [...]
 //# sourceMappingURL=bootstrap.bundle.min.js.map
diff --git a/atr/static/js/bootstrap.bundle.min.js.map 
b/atr/static/js/bootstrap.bundle.min.js.map
new file mode 100644
index 0000000..c1b5f35
--- /dev/null
+++ b/atr/static/js/bootstrap.bundle.min.js.map
@@ -0,0 +1 @@
+{"version":3,"names":["elementMap","Map","Data","set","element","key","instance","has","instanceMap","get","size","console","error","Array","from","keys","remove","delete","TRANSITION_END","parseSelector","selector","window","CSS","escape","replace","match","id","triggerTransitionEnd","dispatchEvent","Event","isElement","object","jquery","nodeType","getElement","length","document","querySelector","isVisible","getClientRects","elementIsVisible","getComputedStyle","getPropertyValue","close
 [...]
diff --git a/bootstrap/make.sh b/bootstrap/make.sh
index 1f78124..7eaf5d3 100755
--- a/bootstrap/make.sh
+++ b/bootstrap/make.sh
@@ -21,3 +21,6 @@ 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
+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]

Reply via email to