mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Build: create previews with --incremental rebuild option
This commit is contained in:
parent
b0f0b856c7
commit
6b4345338f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue