GitHub user sgrebnov opened a pull request:
https://github.com/apache/cordova-cli/pull/193
CB-7636 Allow using --nobuild flag without screaning
https://issues.apache.org/jira/browse/CB-7636
Currently â--nobuildâ param requires â screening
So this skips --nobuild flag
λ cordova run wp8 --nobuild --target="dummy"
Whereas the following works correct
λ cordova run wp8 --target="dummy" -- --nobuild
This is inconsistent with other run options (--device, --target,
--emulator) which donât not require screening.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-cli CB-7636
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-cli/pull/193.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #193
----
commit 589ef7a7428f33a7155dedada10fade1b75faf1a
Author: sgrebnov <[email protected]>
Date: 2014-09-25T08:55:36Z
CB-7636 Allow using --nobuild flag without screaning
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---