Question: Dart code patch with assets: Dart code update only or full update?
Hello, I'm using Shorebird very well.
I have a question.
If I patch Dart code and assets simultaneously, will only one of them be reflected?
I understand from the official documentation that assets are a feature still in preparation.
If assets are reflected later, will only the Dart code be reflected when uploaded simultaneously?
i have the same question.
I think i found the answer.
Currently running shorebird patch with changed assets, will warn and then ignore the asset changes and only push the Dart changes to your users.
https://docs.shorebird.dev/troubleshooting/#i-see-a-your-app-contains-asset-changes-warning-when-running-shorebird-patch
To close out, currently asset changes require a full update. When we solve https://github.com/shorebirdtech/shorebird/issues/318 that will go away. Thanks.