From 7f9e70c8e4e8cca6981db1ab53df621224f3ffbc Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Wed, 20 Sep 2017 15:21:33 +0100 Subject: [PATCH] Change to use python preview server. Hakyll not installed with preview flags for some reason. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 61b4824..1b99682 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ check: $(TOP) ./$(TOP) check preview: $(TOP) - ./$(TOP) rebuild && ./$(TOP) watch + ./$(TOP) rebuild && (cd _site; python -m SimpleHTTPServer) deploy: $(TOP) ./$(TOP) rebuild && ./$(TOP) deploy && ./$(TOP) check