From e0d238f662f8479f344641b6e91b0a6346f357da Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 24 Feb 2016 10:37:16 -0800 Subject: [PATCH] make livereload: run on port 10000 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 632b95a..017a90d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ watch: fswatch -0 *.{md,tmpl} | xargs -0 -n1 -I{} make all livereload: - livereloadx --static . + livereloadx -p 10000 --static . clean: rm -f $(patsubst %.md,%.html,$(wildcard *.md))