-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Description
tns run ios copy hidden files to simulator/device and restart app.
Some popular IDEs create temporary hidden files while you edit files and this cause unnecessary app restarts.
Steps to reproduce:
tns create TestApp
tns run ios
cp TestApp/app/app.css TestApp/app/.app.css
Result: .app.css is synced and app is restarted.
Valid in both 2.5.3 and @next.