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
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.
The text was updated successfully, but these errors were encountered:
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:
Result:
.app.css
is synced and app is restarted.Valid in both 2.5.3 and @next.
The text was updated successfully, but these errors were encountered: