GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-lib/pull/475
CB-11652 Update run and emulate to skip build This PR moves handling of `--nobuild` option to CLI. CLI previously has delegated this logic to platform's `run` method but since introducing `before_deploy` hook we call platform's `build` and `run` separately and now need to handle this option here. JIRA issue: [CB-11652](https://issues.apache.org/jira/browse/CB-11652) You can merge this pull request into a Git repository by running: $ git pull https://github.com/vladimir-kotikov/cordova-lib CB-11652 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-lib/pull/475.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #475 ---- commit 9e4bc845e8d86e174a992a514d9b2292bdda74f1 Author: Vladimir Kotikov <v-vlk...@microsoft.com> Date: 2016-08-02T12:08:24Z CB-11652 Update run and emulate to skip build We need to add this conditional logic to cordova's `run` and `emulate` methods to skip build when `--nobuild` option is specified. CLI previously has delegated this logic to platform's `run` method but since introducing `before_deploy` hook we call platform's `build` and `run` separately and so we need to handle this option in CLI ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org