1
0

make livereload: run on port 10000

This commit is contained in:
Simon Michael
2016-02-24 10:37:16 -08:00
parent df3f121247
commit e0d238f662

View File

@@ -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))