Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
build [--debug] [--release]
Builds the application and compiles to the platform's appropriate binary format.
By default builds a debug release:
build --debug
Supports building a release (possibly signed) build using:
build --release
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.