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
Hi - I'm not sure if I'm doing something improperly.
My problem is this:
I have nodemon monitoring a coffeescript nodejs "server.coffee" - the server I wrote creates file watchers of its own to detect changes in the scripts it runs and serves the output from. nodemon restarts the server if the server's file watchers trigger.
This doesn't make sense to me - the server.coffee hasn't changed so nodemon shouldn't restart, but the scripts server.coffee is monitoring have. nodemon restarts the server if watchers it didn't create trigger.
Is this expected behavior?
PS: Sorry about the unnecessary title changes - I was trying to make this clearer
The text was updated successfully, but these errors were encountered:
blitmap
changed the title
nodemon restarts if any file watchers detect changes, not just on the script its monitoring
nodemon restarts file watchers *it didn't create* trigger
Jul 27, 2015
blitmap
changed the title
nodemon restarts file watchers *it didn't create* trigger
nodemon restarts server if file watchers it didn't create trigger
Jul 27, 2015
Hi - I'm not sure if I'm doing something improperly.
My problem is this:
I have nodemon monitoring a coffeescript nodejs "server.coffee" - the server I wrote creates file watchers of its own to detect changes in the scripts it runs and serves the output from. nodemon restarts the server if the server's file watchers trigger.
This doesn't make sense to me - the server.coffee hasn't changed so nodemon shouldn't restart, but the scripts server.coffee is monitoring have. nodemon restarts the server if watchers it didn't create trigger.
Is this expected behavior?
PS: Sorry about the unnecessary title changes - I was trying to make this clearer
The text was updated successfully, but these errors were encountered: