I think what I'd like to see is this:

cordova run <platform>: prepare, compile, deploy
cordova deploy <platform>: deploy only (existing compiled app)

Then we can make the published preferred workflow just "edit your code in
www; cordova run <platform> to test", while still exposing the low-level
interface for developers who know what they're doing, and want control over
the prepare/compile/deploy cycle.

Ian


On Wed, Jul 24, 2013 at 9:02 AM, David Kemp <[email protected]> wrote:

> The run command in cli is documented (in help) as 'deploys an app'.
> The code in fact does a prepare, then deploy.
>
> This seems a little odd, since the normal cycle would be
> prepare,compile,deploy.
> Is this behavior intentional, or was this changed in error in CB-3460?
>

Reply via email to