[TIMOB-7069] MobileWeb: Support for compiling Ti+ modules into projects
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-02-08T16:48:34.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-03, Release 2.0.0, Release 1.8.2 |
Components | MobileWeb |
Labels | stage |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-01-10T14:00:55.000+0000 |
Updated | 2017-03-03T23:35:48.000+0000 |
Description
While mobileweb has support for Ti+ modules, the only way to load them is to drop them into the project's Resources folder. The support/mobileweb/compiler.py needs to detect required modules in the tiapp.xml, then locate them in the Titanium "modules" directory, then add them to the build.
Pull request: https://github.com/appcelerator/titanium_mobile/pull/1379
Closing ticket as MobileWeb is no longer supported.