[ALOY-67] Ensure that any scripts that operate on ZipTI can be run from command-line or Ti Studio.
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-07-19T11:52:02.000+0000 |
Affected Version/s | 2012 Sprint 14 |
Fix Version/s | 2012 Sprint 14 |
Components | Titanium SDK |
Labels | n/a |
Reporter | Russell McMahon |
Assignee | Tony Lukasavage |
Created | 2012-05-07T22:34:21.000+0000 |
Updated | 2014-06-22T13:21:01.000+0000 |
All zipti processes are built with nodejs and are exported as binaries. Currently, only one nodejs binary is necessary to run a zipti build, the aptly named
zipti
binary. When zipti is installed via npm, thezipti
binary is placed on the developer'sPATH
. TiStudio or any other software capable of launching nodejs scripts/binaries should be capable of launching these scripts.