[ 
https://issues.apache.org/jira/browse/CB-11042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15237971#comment-15237971
 ] 

ASF GitHub Bot commented on CB-11042:
-------------------------------------

GitHub user jasongin opened a pull request:

    https://github.com/apache/cordova-cli/pull/244

    CB-11042: Add cordova run option to skip prepare

    Parse and document a --noprepare option for the cordova run command.
    
    See https://github.com/apache/cordova-lib/pull/426 for the corresponding 
cordova-lib change that skips the prepare step if the noprepare option is 
specified.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jasongin/cordova-cli CB-11042

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-cli/pull/244.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 #244
    
----
commit 053bbdf841997276112d1675913d7871792f3469
Author: Jason Ginchereau <jason...@microsoft.com>
Date:   2016-04-12T20:59:09Z

    CB-11042: Add cordova run option to skip prepare

----


> Add cordova run option to skip prepare
> --------------------------------------
>
>                 Key: CB-11042
>                 URL: https://issues.apache.org/jira/browse/CB-11042
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: CordovaLib
>            Reporter: Jason Ginchereau
>            Assignee: Jason Ginchereau
>
> The 'cordova run' command currently always does a "prepare" operation for the 
> target platform before launching the app. There is a --nobuild option (to 
> skip building the native project), but there isn't a --noprepare option.
> This option will be helpful to optimize build-and-run scenarios in the Visual 
> Studio tools for Cordova. VS always ensures the project is fully prepared and 
> built before trying to launch. So by the time it calls 'cordova run' there is 
> no need to do the prepare step, and it just causes the developer to wait 
> extra seconds for every iteration of the inner loop.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to