Merge pull request #5279 from DirtyF/document-profile-option

Merge pull request 5279
This commit is contained in:
jekyllbot 2016-08-23 13:01:30 -07:00 committed by GitHub
commit 0a75156f85
1 changed files with 12 additions and 0 deletions

View File

@ -284,6 +284,18 @@ class="flag">flags</code> (specified on the command-line) that control them.
<p><code class="flag">-I, --incremental</code></p> <p><code class="flag">-I, --incremental</code></p>
</td> </td>
</tr> </tr>
<tr class="setting">
<td>
<p class="name"><strong>Liquid profiler</strong></p>
<p class="description">
Generate a Liquid rendering profile to help you identify performance bottlenecks.
</p>
</td>
<td class="align-center">
<p><code class="option">profile: BOOL</code></p>
<p><code class="flag">--profile</code></p>
</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>