This commit is contained in:
Madison Scott-Clary
2017-09-06 16:31:41 -06:00
parent 4b96aa593e
commit 4d3b632cd1
8 changed files with 1638 additions and 4 deletions

View File

@ -1,11 +1,11 @@
.PHONY: run
run:
bundle exec jekyll build
$(MAKE) -j2 run-jekyll watch-wordcounts
.PHONY: run-jekyll
run-jekyll:
bundle exec jekyll serve -w -I -H 0.0.0.0
-rm .jekyll-metadata
bundle exec jekyll serve -wi -H 0.0.0.0
.PHONY: watch-wordcounts
watch-wordcounts: