-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
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.
- tns run android --clean
- Change an xml file, watch it rebuild the app again.