Skip to content

Remove jQuery, upgrade Bootstrap

Compare
Choose a tag to compare
@saadbruno saadbruno released this 14 Sep 21:27
· 26 commits to master since this release
4d9a2c3

This release removes jQuery completely from the website.

To do this, we had to:

  • Upgrade Bootstrap to the latest version, since v4.4 depends on jQuery.
  • To upgrade Bootstrap, since we're using the Sass version, we had to change our Sass compiler, since node-sass is not supported anymore.
    • We're now using dart-sass, which changed the docker setup a bit.
    • Dart sass supports watching for changes, so this makes the development easier.
  • After upgrading bootstrap and fixing all UI issues introduced with it, we could finally remove all jQuery code from /code/public/js/orc2p.js