Remove jQuery, upgrade Bootstrap
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