[TIMOB-12943] CodeProcessor: Update CLI to match changes in code processor API
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-03-11T02:08:53.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2013 Sprint 05 JS, 2013 Sprint 05 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2013-03-05T08:22:03.000+0000 |
Updated | 2017-03-09T00:35:27.000+0000 |
Description
There have been a few tweaks in the API recently, and there will probably be a few more before feature freeze at the end of this sprint. Need to make sure the CLI is kept in sync with these. This ticket should probably be the last thing you do this sprint.
Pull Request: https://github.com/appcelerator/titanium_mobile/pull/3949
Test by compiling a simple app for Mobile Web and checking the size of index.html. If everything works correctly, the size should be (assuming a dev build) ~500k with the code processor turned off, and about ~200-300k with it turned on (depending on the project). To enable the code processor, add the following to the tiapp.xml:
Closing ticket as fixed.