tree: 6347f3d81f471cae433427ffd674223556c1b1b9 [path history] [tgz]
  1. bootstrap.min.js
  2. bootstrap.min.js.map
  3. fontawesome-v5.15.4-all.min.js
  4. jquery-3.7.1.slim.min.js
  5. jquery.dataTables.min.js
  6. popper.min.js
  7. popper.min.js.map
  8. README.md
output/js/README.md

The following are symbolic links:

  • fontawesome-all.min.js
  • jquery.slim.min.js

These files are referenced from the HTML, and they point to specific versions. To upgrade you simply need to add a new version and updated the symbolic link.

Where necessary (e.g. in _includes/head.html) you'll also need to update the integrity attribute. Generate a new hash using this command:

openssl dgst -sha384 -binary FILE.js | openssl base64 -A