misc optimizations / cleanup:

* slightly faster startup / shutdown
* forgot a jinja2 golf
* waste 4KiB changing prismjs back to gz since brotli is https-gated ;_;
* broke support for firefox<52 (non-var functions must be toplevel
   or immediately within another function), now even firefox 10 /
   centos 6 is somewhat supported again
This commit is contained in:
ed
2023-09-17 13:02:18 +00:00
parent 91cafc2511
commit aa96a1acdc
11 changed files with 131 additions and 93 deletions

View File

@@ -1,4 +1,4 @@
all: $(addsuffix .br, $(wildcard prism* easymde*))
all: $(addsuffix .br, $(wildcard easymde*))
%.br: %
brotli -jZ $<