[ALOY-299] Remove "no alloy run for mobileweb" conditional
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2012-11-30T19:18:50.000+0000 |
Affected Version/s | 2012 Sprint 20 |
Fix Version/s | n/a |
Components | Titanium SDK |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2012-09-26T20:24:09.000+0000 |
Updated | 2014-02-04T00:34:53.000+0000 |
Description
In the run command's index.js file, we do a check to see if the given platform is mobileweb. If it is mobileweb, we exit with an error indicating the alloy run is not supported by mobileweb. This is because there's no way to launch a mobileweb app from the command line build script (pre-3.0.0), this is done solely by studio. In the future, when mobileweb does support this functionality, this error message and abort should be removed.
alloy run
is eventually going to be replaced by the new CLI entirely, so there's likely no reason to go back and resolve this message.