From 23fecbd3fad071901f221b7d3da9d53bf9fc92e3 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sun, 5 Jun 2022 23:13:14 -0400 Subject: peach: update peachFS Don't include un-minified css --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8e21abb..267f473 100644 --- a/main.go +++ b/main.go @@ -27,7 +27,7 @@ var peachPort = flag.Int("p", 8151, "Port to run peach on") var peachAddr = "" // Holds static content. -//go:embed templates static +//go:embed templates static/*.min.css static/font/* var peachFS embed.FS // HTML templates. -- cgit v1.2.3