Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-28054] WebPack (Android/IOS) : .tss changes do not show up after app rebuild

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionFixed
Resolution Date2020-08-05T18:29:23.000+0000
Affected Version/sn/a
Fix Version/sRelease 9.1.0
ComponentsAndroid, iOS
Labelsn/a
ReporterLokesh Choudhary
AssigneeJan Vennemann
Created2020-07-27T23:38:16.000+0000
Updated2020-08-05T18:29:23.000+0000

Description

Steps to reproduce:

1. Create a default alloy app & migrate it to webpack. 2. Build it to device. 3. Change the window backGroundColor & rebuild. 4. Now add a new label in the index.xml & rebuild. 5. Add styling for the new label in index.tss & rebuild. 6. Now go to the web dashboard for the webpack & stop the build for the app & rebuild.

Actual result:

3. After the app launches no change in color is seen. 4. The new label is seen. 5. No changes are seen. 6. Changes to .tss file are seen. NOTE: If the build is stopped from the web url & rebuilt, The changes in the .tss files are seen.

Expected Results:

1. The changes to the .tss file should be visible after app rebuild.

Comments

  1. Jan Vennemann 2020-08-04

    PR (alloy-devkit): https://github.com/appcelerator/alloy-devkit/pull/120 PR (alloy-loader): https://github.com/appcelerator/alloy-loader/pull/25 PR (webpack-plugin-alloy): https://github.com/appcelerator/webpack-plugin-alloy/pull/3
  2. Lokesh Choudhary 2020-08-04

    FR Passed. Changes to the .tss files are reflected after a rebuild. Checked on Android & IOS.

JSON Source