File: PROVENANCE

package info (click to toggle)
bornagain 23.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 103,956 kB
  • sloc: cpp: 423,131; python: 40,997; javascript: 11,167; awk: 630; sh: 356; ruby: 173; xml: 130; makefile: 45; ansic: 24
file content (24 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## bootstrap

last update - 9may23

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

== 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