gruntjs / grunt-contrib-connect

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

Fixed: passing open:appName config property to opn. #227

Closed bitnot closed 7 years ago

bitnot commented 7 years ago

Fixed difference in usage between open and opn

jsf-clabot commented 7 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: bitnot
:x: Pavel Kiper


Pavel Kiper seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.

intih commented 7 years ago

Another suggestion for this PR: is it worth updating the readme to point to opn instead of open?

Also, opn allows you to specify a string or array for options.app so the connect documentation should probably reflect that 😄