-
-
Notifications
You must be signed in to change notification settings - Fork 197
[2.5.0] Livesync watches .DS_Store files #2472
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
Comments
### chokidar#path-filtering https://github.com/paulmillr/chokidar#path-filtering Resolves: NativeScript#2472
@rosen-vladimirov @vchimev how can i help with this? i would ❤️ to contribute. |
@roblav96 thank you very much. I think your PR was on the right direction. Can you try modifying the pattern, for example |
@rosen-vladimirov I can confirm that |
* Ignore .DS_Store file changes on Mac https://github.com/paulmillr/chokidar#path-filtering Resolves: #2472 * Updated to ignored: '**/*.DS_Store'
* Ignore .DS_Store file changes on Mac https://github.com/paulmillr/chokidar#path-filtering Resolves: #2472 * Updated to ignored: '**/*.DS_Store'
Is this part of latest nativescript-dev-webpack ? with version 0.14.1 when I use --bundle webpack is watching for .DS_store file. |
Steps to reproduce
tns livesync ios --watch
.DS_Store
files rebooting appConsole
tns info
A bit of a show stopper since making one file change reboots the app 3 or more times.
v2.4.2
does not have this issue.PR
#2473
The text was updated successfully, but these errors were encountered: