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:
parent
8603738a89
commit
ba9a309572
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue