summaryrefslogtreecommitdiff
path: root/Hero
diff options
context:
space:
mode:
Diffstat (limited to 'Hero')
-rw-r--r--Hero/Host.hs3
1 files changed, 2 insertions, 1 deletions
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