Merge pull request #3161 from dnozay/patch-3

This commit is contained in:
Parker Moore 2014-11-28 21:32:23 -08:00
commit ac7f592839
1 changed files with 11 additions and 0 deletions

View File

@ -151,6 +151,17 @@ class="flag">flags</code> (specified on the command-line) that control them.
</table> </table>
</div> </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 ### Build Command Options
<div class="mobile-side-scroller"> <div class="mobile-side-scroller">