gruntjs / grunt-contrib-connect

Start a static web server.
http://gruntjs.com
MIT License
714 stars 146 forks source link

Use 'localhost' instead of '0.0.0.0' in target URL #172

Closed timkendrick closed 9 years ago

timkendrick commented 9 years ago

http://0.0.0.0/ is not a routable address, according to https://code.google.com/p/chromium/issues/detail?id=428046.

This was causing problems when using the combination of '{ hostname: "*", open: true }' with newer versions of Chrome.

timkendrick commented 9 years ago

I've updated the documentation as suggested. Is this good to merge? Let me know if I should change anything.

timkendrick commented 9 years ago

Thanks for merging!

timkendrick commented 9 years ago

Would you be ok to push this as an npm release? It'd be great to be able to use grunt-contrib-connect with Node 0.12!