make livereload: run on port 10000
This commit is contained in:
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ watch:
|
|||||||
fswatch -0 *.{md,tmpl} | xargs -0 -n1 -I{} make all
|
fswatch -0 *.{md,tmpl} | xargs -0 -n1 -I{} make all
|
||||||
|
|
||||||
livereload:
|
livereload:
|
||||||
livereloadx --static .
|
livereloadx -p 10000 --static .
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(patsubst %.md,%.html,$(wildcard *.md))
|
rm -f $(patsubst %.md,%.html,$(wildcard *.md))
|
||||||
|
|||||||
Reference in New Issue
Block a user