Commit graph

5 commits

Author SHA1 Message Date
Martin Hebnes Pedersen
8d20b92153 Remove image optimization step in web build stage
Resolves an issue with non-producable builds, and also removes a lot of
npm dependencies.

We only bundle a single image, and the original is less than 20 kB
already.
2025-09-19 11:47:43 +02:00
Chris Keller
4f1b7e5bcd Update node version and transitive deps 2023-10-18 18:39:10 +00:00
Chris Keller
22ad8ec756 Get web build working
I can't currently build this at all because `node-sass` is old and requires python2. The replacement `sass` does not.
2023-03-28 19:44:32 +02:00
Chris Keller
af07b47b05 Start using npm and webpack
This deletes all vendored libraries, uses npm to declare them (same version that was deleted), and uses webpack to compile and optimize web assets.
2022-03-27 15:37:03 +02:00
Chris Keller
39a228c7cd Start using Prettier formatter for web resources 2021-08-04 08:09:34 +02:00