From 9fb3a6d986bc645cc11d21b193b897a32b3d989d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 9 Mar 2018 04:18:32 +0000 Subject: [PATCH] tools: note site-preview losing styles issue [ci skip] --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 32e5f649a..af8c4bbae 100644 --- a/Makefile +++ b/Makefile @@ -975,6 +975,8 @@ site-clean: site/hakyll-std/hakyll-std \ # regenerate html whenever markdown files change (and serve it on port 8000) # XXX hakyll preview/watch often fail to notice changes in large files # XXX can get confused when docs are generated concurrently by a Shake command +# XXX individual file updates loses the stylesheets for some reason +# more robust: "ls site/*.md | entr ./Shake website" and reload file:///Users/simon/src/hledger/site/_site/docs.html site-preview: site/hakyll-std/hakyll-std \ $(call def-help,site-preview, run a hakyll server to preview the website ) #site/site -cd site; hakyll-std/hakyll-std watch # -h hledger.org