Update usage.md re: _config.yml not reloaded during automatic regeneration

_config.yml not reloaded during automatic regeneration
This commit is contained in:
jaybe@jekyll 2015-10-16 11:53:31 -05:00
parent d3e4c93163
commit 14f351fc19
1 changed files with 12 additions and 0 deletions

View File

@ -22,6 +22,18 @@ $ jekyll build --watch
# watched for changes, and regenerated automatically.
{% endhighlight %}
<div class="note info">
<h5>Changes to _config.yml are not included during automatic regeneration.</h5>
<p>
The <code>&lt;_config.yml&gt;</code> master configuration file contains global configurations
and variable definitions that are read once at execution time. Changes made to <code>&lt;_config.yml&gt;</code>
during automatic regeneration are not loaded until the next execution.
</p>
<p>
Note <a href="../datafiles">Data Files</a> are included and reloaded during automatic regeneration.
</p>
</div>
<div class="note warning">
<h5>Destination folders are cleaned on site builds</h5>
<p>