[TIMOB-28054] WebPack (Android/IOS) : .tss changes do not show up after app rebuild
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2020-08-05T18:29:23.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 9.1.0 |
Components | Android, iOS |
Labels | n/a |
Reporter | Lokesh Choudhary |
Assignee | Jan Vennemann |
Created | 2020-07-27T23:38:16.000+0000 |
Updated | 2020-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
JSON Source
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
FR Passed. Changes to the
.tss
files are reflected after a rebuild. Checked on Android & IOS.