gruntjs / grunt-contrib-connect

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

Correct keepalive option without a target #144

Closed lukeapage closed 9 years ago

lukeapage commented 9 years ago

If running without a target you need to use 2 colons so it doesn't think keepalive is a target. This confused me for couple of minutes so thought I'd fix...