Update configuration.md

repeat warning about `destination` that is found in <http://jekyllrb.com/docs/usage/>
(see also pull request #3159)
This commit is contained in:
Damien Nozay 2014-11-27 15:11:28 -08:00
parent 8603738a89
commit 5a554572e3
1 changed files with 11 additions and 0 deletions

View File

@ -137,6 +137,17 @@ class="flag">flags</code> (specified on the command-line) that control them.
</table>
</div>
<div class="note warning">
<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
a staging area and copy files from there to your web server.
</p>
</div>
### Build Command Options
<div class="mobile-side-scroller">