-
-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Labels
debugfeaturelivesyncrunDescribes issues related to run commandDescribes issues related to run commandunit testing
Description
In my app i need to allow fast live sync for files ".mss"
When those files are changed (in assets), only a reload of the map style is needed.
I already handle that through global.__onLiveSync
But now it does not work anymore. It comes from that line:
hasOnlyHotUpdateFiles: files.every(f => f.indexOf("hot-update") > -1), |
I was working a few releases before. If i
Here only files with 'hot-update' will allow live sync. How can i make it work?
Actually how does it work today for images live sync. I can see that it is supposed to be handled seeing fastLivesyncFileExtensions
:
fastLivesyncFileExtensions: [".jpg", ".gif", ".png", ".bmp", ".webp"] // http://developer.android.com/guide/appendix/media-formats.html |
Metadata
Metadata
Assignees
Labels
debugfeaturelivesyncrunDescribes issues related to run commandDescribes issues related to run commandunit testing