You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use tns run android --clean it does a full rebuild on EVERY single file change. --clean should do an initial rebuild for the first run, but then all other changes should be simple livesyncs.
Which platform(s) does your issue occur on?
Android for sure, probably on iOS also.
Please provide the following version numbers that your issue occurs with:
2.5.1 CLI
Please tell us how to recreate the issue in as much detail as possible.
tns run android --clean
Change an xml file, watch it rebuild the app again.
The text was updated successfully, but these errors were encountered:
@NathanaelA We've fixed the issue. It was working backwards - "clean" wasn't forcing the first run to rebuild but every change afterwards resulted in rebuild. Now we've fixed the behavior - clean starts with rebuild and from this time on the livesync handles the changes.
Tell us about the problem
If you use
tns run android --clean
it does a full rebuild on EVERY single file change. --clean should do an initial rebuild for the first run, but then all other changes should be simple livesyncs.Which platform(s) does your issue occur on?
Android for sure, probably on iOS also.
Please provide the following version numbers that your issue occurs with:
2.5.1 CLI
Please tell us how to recreate the issue in as much detail as possible.
The text was updated successfully, but these errors were encountered: