agdsn / sipa

The Supreme Information Providing Application
MIT License
13 stars 10 forks source link

Include Leaflet JS, CSS required for wifi map #436

Closed FestplattenSchnitzel closed 2 years ago

FestplattenSchnitzel commented 2 years ago

Fixes #434.

lukasjuhrich commented 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 […].