Details
-
User Story
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
Description
Currently the whole project is compiled into qmlrc binary and sent as a single package each time a new deployment is started. This is both time and resource-consuming.
Instead an incremental update on the device would be faster by sending only the files changed since the last deployment.
- we can start by skipping the RCC pack if there's no change in the project
- then we can try delta updates