brunch / auto-reload-brunch

Adds automatic browser reloading support to brunch.
88 stars 30 forks source link

Update ws dependency #71

Closed colinbate closed 8 years ago

colinbate commented 8 years ago

If possible it would be nice to have this plugin updated to use ws version ~1.1.0. Aside from the security fix which probably isn't a huge deal for a dev tool, they've removed the dependency on a couple of native binary packages which caused a lot of noise when installing. Even though they were "optional" before, they still caused warnings which lead a bunch of people at my company (running Windows) to think they needed to install a number of different things like Python and C++ tools.

Needless to say it didn't help my Brunch evangelism.

I've also tested this in a couple of my applications, and all is well.