From ba9a30957298c3a3ab182afc36adb93563e9ebad Mon Sep 17 00:00:00 2001 From: Damien Nozay Date: Thu, 27 Nov 2014 15:14:02 -0800 Subject: [PATCH] Update configuration.md `keep_files` is a very useful option when using tools such as `grunt-build-control`, `grunt`, `gulp` or `yeoman`. --- site/_docs/configuration.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index e119196e..406ed416 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -87,6 +87,20 @@ class="flag">flags (specified on the command-line) that control them.

include: [DIR, FILE, ...]

+ + +

Keep files

+

+ When clobbering the site destination, keep the selected files. + Useful for files that are not generated by jekyll; e.g. files or + assets that are generated by your build tool. + The paths are relative to the destination. +

+ + +

keep_files: [DIR, FILE, ...]

+ +

Time Zone