blackberry / webworks-gui

GUI Tool for WebWorks 2.0
https://developer.blackberry.com/html5/
Apache License 2.0
3 stars 5 forks source link

Change implementation of Build and Install from "webworks run" to the tw... #53

Closed rcruz closed 10 years ago

rcruz commented 10 years ago

...o stage build and deploy

rcruz commented 10 years ago

Closes https://github.com/blackberry/webworks-gui/issues/26

bryanhiggins commented 10 years ago

Cordova-CLI recently added --release to the run command.

I'll update cordova-blackberry and then the GUI can go back to running a single command.

bryanhiggins commented 10 years ago

Good to go: https://github.com/blackberry/cordova-blackberry/commit/34fbc8f2c9999bc7eca4571cbc23661e8c85f6ce

jamesjhedley commented 10 years ago

FYI, testing this.

jamesjhedley commented 10 years ago

r+

jamesjhedley commented 10 years ago

I seem to be running into the below error when attempting to "build and install" with debug mode selected. error: unknown option --debug

rcruz commented 10 years ago

Updated. Please retest

jamesjhedley commented 10 years ago

Verified. Build and Build and Install options work as expected for debug and release builds. Please merge.