[ 
https://issues.apache.org/jira/browse/CB-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Filip Maj updated CB-2927:
--------------------------

    Description: 
{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}} (see CB-2915) first.

If both {{release}} and {{debug}} parameters are specified, error out with exit 
code 2 and an appropriate error message.

  was:
{code}
build [--debug] [--release]
{code}

Builds the application and compiles to the platform's appropriate binary 
format. By default builds a debug release ({{--debug}}), but supports building 
a release (possibly signed) build using {{--release}} as well. 

Implicitly calls {{./cordova/clean}} (see CB-2915) first.

If both {{--release}} and {{--debug}} are specified, error out with exit code 2 
and an appropriate error message.

    
> Add a ./cordova/build project-level script
> ------------------------------------------
>
>                 Key: CB-2927
>                 URL: https://issues.apache.org/jira/browse/CB-2927
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>            Reporter: Filip Maj
>            Assignee: Filip Maj
>             Fix For: 2.7.0
>
>
> {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}} (see CB-2915) first.
> If both {{release}} and {{debug}} parameters are specified, error out with 
> exit code 2 and an appropriate error message.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to