From 213f8c2ce1d6c27bf579e7cb440e6ff53f076d30 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 23 Dec 2020 17:57:36 +0100 Subject: Added favicon, also watch templates folder --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 03ef22a..ced1bda 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,10 @@ watch_sass: build watch_content: build @scripts/watch_content.sh -watch: watch_sass watch_content +watch_templates: build + @scripts/watch_templates.sh + +watch: watch_sass watch_content watch_templates serve_only: build @python -m http.server --bind 127.0.0.1 --directory output -- cgit v1.2.3-54-g00ecf