mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
* 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
5 lines
68 B
Makefile
5 lines
68 B
Makefile
all: $(addsuffix .br, $(wildcard easymde*))
|
|
|
|
%.br: %
|
|
brotli -jZ $<
|