Closed FestplattenSchnitzel closed 2 years ago
FYI it might prove useful to throw webpack at it and use a proper node.js setup like in pycroft. That way, among other things, we wouldn't have to check in vendor js files.
It's actually not that hard to maintain, you just have to run npm ci
and then npx webpack […]
.
Fixes #434.