You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/07/13 09:42:47 UTC

docs commit: CB-11491 Introduce before_deploy hook

Repository: cordova-docs
Updated Branches:
  refs/heads/master a7f0fa801 -> 88fdf0511


CB-11491 Introduce before_deploy hook

 This closes #616


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/88fdf051
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/88fdf051
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/88fdf051

Branch: refs/heads/master
Commit: 88fdf05115afc3d36fe6268e8e7bb347b400ddd5
Parents: a7f0fa8
Author: daserge <v-...@microsoft.com>
Authored: Thu Jun 30 15:18:46 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Wed Jul 13 12:42:34 2016 +0300

----------------------------------------------------------------------
 www/docs/en/dev/guide/appdev/hooks/index.md | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/88fdf051/www/docs/en/dev/guide/appdev/hooks/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/guide/appdev/hooks/index.md b/www/docs/en/dev/guide/appdev/hooks/index.md
index dbd4c3f..2d52f2c 100644
--- a/www/docs/en/dev/guide/appdev/hooks/index.md
+++ b/www/docs/en/dev/guide/appdev/hooks/index.md
@@ -98,6 +98,11 @@ Cordova supports the following hook types:
             <th data-col="aftercompile">after_compile</th>
         </tr>
         <tr>
+            <th data-col="beforedeploy">before_deploy</th>
+            <td data-col="code"><code>cordova emulate</code><br/><code>cordova run</code></td>
+            <td data-col="description">To be executed before deploying your application.</td>
+        </tr>
+        <tr>
             <th data-col="beforebuild">before_build</th>
             <td data-col="code" rowspan="2"><code>cordova build</code></td>
             <td rowspan="2" data-col="description">To be executed before and after building your application.</td>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org