Filip Maj created CB-2933:
-----------------------------

             Summary: Tweak ./cordova/build project-level script for Windows 8
                 Key: CB-2933
                 URL: https://issues.apache.org/jira/browse/CB-2933
             Project: Apache Cordova
          Issue Type: Sub-task
          Components: Windows 8
            Reporter: Filip Maj
            Assignee: Jesse MacFadyen
             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}} first (see CB-2919).

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