Add note about auto-regeneration

This commit is contained in:
Parker Moore 2013-11-18 15:17:50 -05:00
parent e974370cf1
commit 752a862c67
1 changed files with 8 additions and 1 deletions

View File

@ -23,10 +23,17 @@ Jekyll. This is especially relevant if you're running Jekyll on Windows.
Additionally, you might need to change the code page of the console window to UTF-8 Additionally, you might need to change the code page of the console window to UTF-8
in case you get a "Liquid Exception: Incompatible character encoding" error during in case you get a "Liquid Exception: Incompatible character encoding" error during
the site generation process. It can be done with the following command. the site generation process. It can be done with the following command:
{% highlight bash %} {% highlight bash %}
$ chcp 65001 $ chcp 65001
{% endhighlight %} {% endhighlight %}
[windows-installation]: http://www.madhur.co.in/blog/2011/09/01/runningjekyllwindows.html [windows-installation]: http://www.madhur.co.in/blog/2011/09/01/runningjekyllwindows.html
## Auto-regeneration
As of v1.3.0, Jekyll uses the `listen` gem to watch for changes when the
`--watch` switch is specified during a build or serve. While `listen` has
built-in support for UNIX systems, it requires an extra gem for compatibility
with Windows. Add the following to the Gemfile for your site: