Use Node for asset building instead of building on the fly every time (feat. minification!)

This commit is contained in:
flash 2023-07-15 23:58:17 +00:00
parent ec74f74624
commit ace24c8eee
139 changed files with 1639 additions and 185 deletions

4
.gitignore vendored
View file

@ -1,3 +1,7 @@
# Assets
/public/assets
/assets/current.json
# Libraries
/vendor
/node_modules