From 01bda0f0aa87c34a30253ffd1d5b60b33644f6d8 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 25 Jul 2020 22:24:44 -0700 Subject: bild: support incremental compilation Closes https://github.com/bsima/biz/issues/9 --- Hero/Host.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Hero') diff --git a/Hero/Host.hs b/Hero/Host.hs index 285861d..7b6911f 100644 --- a/Hero/Host.hs +++ b/Hero/Host.hs @@ -42,6 +42,7 @@ -- : dep wai-middleware-metrics -- : dep warp -- : dep x509 +-- : dep regex-applicative module Hero.Host ( main, ) @@ -330,7 +331,7 @@ instance L.ToHtml a => L.ToHtml (Templated a) where cssRef bulmaRef cssRef fontAwesomeRef cssRef "/css/main.css" -- TODO: make this a safeLink? - jsRef "/static/mmc.js" + jsRef "/static/all.js" jsRef "/static/usersnap.js" L.body_ (L.toHtml x) where -- cgit v1.2.3