webxl / grunt-reload

A grunt task and reverse proxy that enables live reloading of updated files in the browser.
MIT License
132 stars 19 forks source link

Suppress warnings from websockets regarding native extensions #25

Open phun-ky opened 11 years ago

phun-ky commented 11 years ago

For windows users, the warning regarding native extensions is a bit annoying and native extensions are not so required.

Warning: Native modules not compiled. UTF-8 validation disabled.

Add an option to suppress these warnings? They clutter up the CLI.

phun-ky commented 11 years ago

This is probably an issue for websockets, feel free to close this if you consider this issue to be solved by them instead. But a way to solve this is to give grunt-reload an option for "suppress websocket warnings regarding native extensions"

https://github.com/Worlize/WebSocket-Node/issues/79