Add --incremental to bundle argument

This commit is contained in:
nitrohorse 2020-02-14 22:53:24 -08:00
parent f0007d57fe
commit 953233138c
No known key found for this signature in database
GPG Key ID: 6F3175557E766CBF

View File

@ -24,7 +24,7 @@ You can submit your suggestions here on GitHub [(Issues)](https://github.com/pri
1. Build the website (the output can be found in the `_site` directory):
* `bundle exec jekyll build`
1. Serve the website locally with live reloading:
* `bundle exec jekyll serve --livereload`
* `bundle exec jekyll serve --incremental --livereload`
# Support