Skip to content

tns run ios/anroid sync hidden files #2642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dtopuzov opened this issue Mar 23, 2017 · 1 comment
Closed

tns run ios/anroid sync hidden files #2642

dtopuzov opened this issue Mar 23, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@dtopuzov
Copy link
Contributor

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.

@dtopuzov dtopuzov added the bug label Mar 23, 2017
@dtopuzov dtopuzov added this to the 3.0.0-RC milestone Mar 23, 2017
@dtopuzov
Copy link
Contributor Author

With nativescript@next we copy hidden files for both android and ios and restart the app.

@dtopuzov dtopuzov changed the title tns run ios copy hidden files to simulator/device tns run ios/anroid sync hidden files Mar 24, 2017
@yyosifov yyosifov self-assigned this Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants