Update configuration.md

`keep_files` is a very useful option when using tools such as `grunt-build-control`, `grunt`, `gulp` or `yeoman`.
This commit is contained in:
Damien Nozay 2014-11-27 15:14:02 -08:00 committed by Damien Nozay
parent 8603738a89
commit ba9a309572
1 changed files with 14 additions and 0 deletions

View File

@ -87,6 +87,20 @@ class="flag">flags</code> (specified on the command-line) that control them.
<p><code class="option">include: [DIR, FILE, ...]</code></p> <p><code class="option">include: [DIR, FILE, ...]</code></p>
</td> </td>
</tr> </tr>
<tr class="setting">
<td>
<p class="name"><strong>Keep files</strong></p>
<p class="description">
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 <code>destination</code>.
</p>
</td>
<td class="align-center">
<p><code class="option">keep_files: [DIR, FILE, ...]</code></p>
</td>
</tr>
<tr class="setting"> <tr class="setting">
<td> <td>
<p class="name"><strong>Time Zone</strong></p> <p class="name"><strong>Time Zone</strong></p>