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
Had this issue on Windows.
It has a really strange behavior: when I watch for '*.js' everything is normal. But if I watch for '*.json' - it watches everything like described in this issue.
Hello,
excuse me for my bad English.
I think there is an issue in watch mode using "RedHat ES 6.1" (I have not tested later) and node v0.10.29 (incuded with meteor.js 1.0)
My goal is to monitor a single file in a directory containing other files.
In watch mode, the modification of any file in the same directory gaze leads to generate added events on the monitored file.
The problem can be reproduced as follows :
emits event "added" on file virtual_map.json. bad event on bad filename.
Using mode pool, no events are emitted which is correct. virtual_map.20141110_1.json filename does not comply with the desired pattern.
Thanks for your help
The text was updated successfully, but these errors were encountered: