[TIMOB-7067] MobileWeb: Build time dependency bundling
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-10-11T00:38:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.0.0 |
Components | MobileWeb |
Labels | tbs-future |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-01-10T13:55:09.000+0000 |
Updated | 2013-01-16T15:59:50.000+0000 |
Description
During build time, scan the project's code for all Ti APIs used and build a dependency map. Using this dependency map, assemble the files into a single file. This should be done in support/mobileweb/compiler.py. Also remove the unneeded map.prop file.
This should be accomplished using the AST parser.
This was implemented in TIMOB-9647
Closing as duplicate.