You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Gert-Jan Braas (JIRA)" <ji...@apache.org> on 2014/04/01 12:14:16 UTC

[jira] [Commented] (CB-4550) Add ./cordova/build project level script

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

Gert-Jan Braas commented on CB-4550:
------------------------------------

Duplicated at / related to: https://issues.apache.org/jira/browse/CB-5816

> Add ./cordova/build project level script
> ----------------------------------------
>
>                 Key: CB-4550
>                 URL: https://issues.apache.org/jira/browse/CB-4550
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: FirefoxOS
>            Reporter: Steve Gill
>
> {code}
> build [--debug] [--release]
> {code}
> Builds the application and compiles to the platform's appropriate binary format. 
> By default builds a debug release:
> {code}
> build --debug
> {code}
> Supports building a release (possibly signed) build using:
> {code}
> build --release
> {code}
> Implicitly calls {{./cordova/clean}} first.
> If both {{release}} and {{debug}} parameters are specified, error out with exit code 2 and an appropriate error message.



--
This message was sent by Atlassian JIRA
(v6.2#6252)