Build: create previews with --incremental rebuild option

This commit is contained in:
David A. Harding 2017-06-15 13:12:58 -04:00
parent b0f0b856c7
commit 6b4345338f
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -16,7 +16,7 @@ default: clean build
## `make preview`: start the built-in Jekyll preview ## `make preview`: start the built-in Jekyll preview
preview: clean preview: clean
$S bundle exec jekyll serve $S bundle exec jekyll serve --incremental
## `make test`: don't build, but do run all tests ## `make test`: don't build, but do run all tests
test: pre-build-tests post-build-tests test: pre-build-tests post-build-tests