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

new files in directories that didn't previously match the pattern don't get watched #70

Open
ashaffer opened this issue Jan 31, 2014 · 9 comments

Comments

@ashaffer
Copy link

E.g. With the pattern lib/**/*.styl and the file structure:

lib
|
+-- main
|  |
|  +-- main.styl
|
+-- home

Adding a new stylesheet to the main folder will trigger an 'add' event, but adding one to the home folder will not.

@shama
Copy link
Owner

shama commented Jan 31, 2014

Yep atm it doesn't know to watch lib/home/, only lib/. So new files are not detected. v0.5 should fix this but leaving open to remind me to double check and write a test specifically for this.

@jonathanong
Copy link

i'm seeing this too, but with 0.5, so i guess it didn't get fixed.

@eddiemonge
Copy link

so here is a weird bug. Related?

@KarimTarabishy
Copy link

any progress on this?

@psi-4ward
Copy link

same issue here

@KarimTarabishy
Copy link

@psi-4ward I have made a small fix for that which can be found here https://github.com/KarimTarabishy/gaze , you can use that till it is officially fixed.

@psi-4ward
Copy link

nothing new here?
@KarimTarabishy couldnt find your patch

@nikola-kanacki
Copy link

this is a pretty massive bug guys, and it's been more than a year..
any progress on this?

@shama
Copy link
Owner

shama commented Mar 19, 2015

@nikolakanacki Patches welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants