Kureev / browserify-patch-server

Patch server for browserify
15 stars 0 forks source link

Throws Error on File Change after a Client has Connected #3

Open ryngonzalez opened 9 years ago

ryngonzalez commented 9 years ago

When I start the patch server initially, I can initially watch (and see the feedback) that a file has changed without an error.

screenshot 2015-08-30 14 43 33 screenshot 2015-08-30 14 39 50

After starting my app and connecting to the patch server

screenshot 2015-08-30 14 44 37

Any change to a watched file produces an error:

screenshot 2015-08-30 14 46 34
Kureev commented 9 years ago

static/src/**/*.js I guess. But to be sure, I use chokidar's file path matching, so you should align your format with it.