[TIMOB-26584] Liveview: Updates to Resources/ (classic) and app/assets/ (Alloy) directory do not trigger update
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | None |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | CLI |
| Labels | n/a |
| Reporter | Hans Knöchel |
| Assignee | Eric Merriman |
| Created | 2018-11-20T18:50:26.000+0000 |
| Updated | 2018-11-20T18:50:26.000+0000 |
Description
When changing an asset file (usually an image) in the Resources/ (classic) or app/assets/ (Alloy) folder, Liveview does not trigger an app reload. This topic is a bit complex, since assets are usually compressed and copied to the app-bundle, but a simple build-step-hook should solve this automatically. This is no blocker, but other frameworks already do this, so it's good for improved developer EXP.
No comments