Skip to content
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

Run should not watch hidden files #2512

Closed
dtopuzov opened this issue Feb 8, 2017 · 1 comment
Closed

Run should not watch hidden files #2512

dtopuzov opened this issue Feb 8, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@dtopuzov
Copy link
Contributor

dtopuzov commented Feb 8, 2017

Steps to reproduce:

Start tns run android on hello-world JS project.
vim app/app.css

Result:

Transferring project files...
Successfully transferred .app.css.swp.
Refreshing application...

And watcher start restarting app even before I edit something.

Moreover, when this hidden file disappeared I started receiving this on the console:

Unable to sync files. Error is: Multiple errors were thrown:
ENOENT: no such file or directory, stat '/Users/topuzov/Git/nativescript-cli-tests/TNS_App/platforms/android/src/main/assets/app/.app.css.swp'
@dtopuzov dtopuzov added the bug label Feb 8, 2017
@dtopuzov dtopuzov added this to the 3.0.0 milestone Feb 8, 2017
@Plamen5kov
Copy link
Contributor

should be fixed by: #2508

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

4 participants