Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-27378] Android: Disable minifying of Javascript source

GitHub Issuen/a
TypeImprovement
PriorityMedium
StatusIn Review
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterGary Mathews
AssigneeGary Mathews
Created2019-09-04T22:00:48.000+0000
Updated2019-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.

Comments

  1. Gary Mathews 2019-09-09

    master: https://github.com/appcelerator/titanium_mobile/pull/11206

JSON Source