## bootstrap

last update - 2dec25

from https://getbootstrap.com,
download bootstrap-5.3.8-dist.zip,
unzip
export B=bootstrap-5.3.8-dist
cd <bornagain>/hugo/static
cp $B/js/bootstrap.js js/
cp $B/js/bootstrap.js.map js/
cp $B/css/bootstrap.css css/
cp $B/css/bootstrap.css.map css/

## Popper.js

last update - 2dec25

Bootstrap 5.3.x requires Popper.js v2.x
from https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js
cd <bornagain>/hugo/static/js
wget https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js

== jQuery

last update - 9may23, prompted by FZJ security audit

from https://jquery.com/download/
- download the compressed, production jQuery
- download the uncompressed, development jQuery

mv /io/jquery-3.6.4.js jquery.js
mv /io/jquery-3.6.4.min.js jquery.min.js
