Skip to content

Commit

Permalink
Build: create previews with --incremental rebuild option
Browse files Browse the repository at this point in the history
  • Loading branch information
harding committed Jun 23, 2017
1 parent b0f0b85 commit 6b43453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default: clean build

## `make preview`: start the built-in Jekyll preview
preview: clean
$S bundle exec jekyll serve
$S bundle exec jekyll serve --incremental

## `make test`: don't build, but do run all tests
test: pre-build-tests post-build-tests
Expand Down

0 comments on commit 6b43453

Please sign in to comment.