gruntjs / grunt-contrib-connect

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

Failures with node.js >= 0.12? #168

Closed XhmikosR closed 9 years ago

XhmikosR commented 9 years ago

Apparently tests fail for the custom port options 0 and ?.

/CC @sindresorhus

sindresorhus commented 9 years ago

https://github.com/gruntjs/grunt-contrib-connect/issues/166

timkendrick commented 9 years ago

I submitted a pull request to fix this, so this works as of 7c7e47e (merged into master).

@sindresorhus, are you able to push an npm release so that we can use grunt-contrib-connect with Node 0.12?