Skip to content

Commit

Permalink
Workaround for #110
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwagner committed Jul 12, 2019
1 parent c1f7e8e commit 00f2e81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ clean:
python scripts/clean.py

serve:
@echo "After the build completes, open http://127.0.0.1:4000/chapters/intro"
@echo "in your browser to view the book."
bundle exec guard

site:
bundle exec jekyll build
touch _site/.nojekyll
touch _site/.nojekyll

0 comments on commit 00f2e81

Please sign in to comment.