gruntjs / grunt-contrib-connect

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

Doesn't work with portscanner@1.1.0 #224

Closed alippai closed 5 years ago

alippai commented 7 years ago

The latest portscanner release breaks the current grunt-contrib-connect version: https://github.com/baalexander/node-portscanner/issues/49

philtim commented 7 years ago

portscanner@1.1.0 now checks whether the port number is a number, string, or function and handles each type differently. In our case it was sufficient to change the port number from a string into a number.

XhmikosR commented 5 years ago

Seems to be fixed upstream.