Merge pull request #2949 from rusikf/patch-10

This commit is contained in:
Parker Moore 2014-09-27 11:30:29 -07:00
commit d57d248152
1 changed files with 9 additions and 0 deletions

View File

@ -273,6 +273,15 @@ before your site is served.
<p><code class="flag">-B, --detach</code></p> <p><code class="flag">-B, --detach</code></p>
</td> </td>
</tr> </tr>
<tr class="setting">
<td>
<p class="name"><strong>Skips the initial site build.</strong></p>
<p class="description">Skips the initial site build which occurs before the server is started.</p>
</td>
<td class="align-center">
<p><code class="flag">--skip-initial-build</code></p>
</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>