From 5a554572e31842b2ab42aad85041d7bebb6f0220 Mon Sep 17 00:00:00 2001 From: Damien Nozay Date: Thu, 27 Nov 2014 15:11:28 -0800 Subject: [PATCH] Update configuration.md repeat warning about `destination` that is found in (see also pull request #3159) --- site/_docs/configuration.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index e119196e..a0ead24b 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -137,6 +137,17 @@ class="flag">flags (specified on the command-line) that control them. +
+
Destination folders are cleaned on site builds
+

+ The contents of <destination> 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 <destination>; instead, use it as + a staging area and copy files from there to your web server. +

+
+ ### Build Command Options