[TIMOB-27378] Android: Disable minifying of Javascript source
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | In Review |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2019-09-04T22:00:48.000+0000 |
Updated | 2019-10-16T20:13:18.000+0000 |
Description
- Production applications using ACA without source-maps will produce illegible crash reports due to minification of the source code.
- Although minifying the source can reduce file size, the benefit for Titanium applications isn't significant like it is for web applications.
- We should set minifying to
false
by default for both production
and development
deploy types.
master: https://github.com/appcelerator/titanium_mobile/pull/11206