Merge pull request #3288 from jaybe-jekyll/patch-1

This commit is contained in:
Parker Moore 2015-01-11 16:19:54 -08:00
commit 09230cde50
1 changed files with 5 additions and 3 deletions

View File

@ -155,9 +155,11 @@ class="flag">flags</code> (specified on the command-line) that control them.
<h5>Destination folders are cleaned on site builds</h5>
<p>
The contents of <code>&lt;destination&gt;</code> are automatically
cleaned when the site is built. Files or folders that are not
created by your site will be removed. Do not use an important
location for <code>&lt;destination&gt;</code>; instead, use it as
cleaned, by default, when the site is built. Files or folders that are not
created by your site will be removed. Some files could be retained by specifying them within the <code>&lt;keep_files&gt;</code> configuration directive.
</p>
<p>
Do not use an important location for <code>&lt;destination&gt;</code>; instead, use it as
a staging area and copy files from there to your web server.
</p>
</div>