[TIMOB-27416] Changes made to a theme's style are not reflected in app when using LiveView
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2020-06-11T15:24:53.000+0000 |
Affected Version/s | Release 8.2.0 |
Fix Version/s | Release 9.1.0 |
Components | LiveView |
Labels | engSchedule |
Reporter | Brenton House |
Assignee | Brenton House |
Created | 2019-09-24T00:17:01.000+0000 |
Updated | 2020-06-11T15:24:53.000+0000 |
Description
When using LiveView, If you modify a tss file in a theme, the app will restart but the changes will not be reflected in the app.
It seems to only take effect when doing a clean and then rebuild.
I'm guessing this is down to the selective alloy compilation, I've no idea how or if it handles themes. We probably want to kick off a full alloy compile if something a theme changes, similar to we do for app.tss/config.json
Closing ticket, FR Passed. Able to see changes when a themes .TSS has file has been altered when using LiveView. *Test Environment*