From 953233138caf201e7da16b25d1bd3b40bd2b1117 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Fri, 14 Feb 2020 22:53:24 -0800 Subject: [PATCH] Add --incremental to bundle argument --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03a70e5c..87dde6a3 100644 --- a/README.md +++ b/README.md @@ -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