jsoverson / grunt-open

Open urls and files from a grunt task
MIT License
109 stars 19 forks source link

`url` and `file` #1

Closed sindresorhus closed 11 years ago

sindresorhus commented 11 years ago

Having both url and file when they don't differ doesn't make sense.

Use path or uri for both instead.

jsoverson commented 11 years ago

While I like path, I don't think it is important enough to introduce a breaking change by removing url and file. If you want, I can publish a version that takes path or uri as well, but now 4 options would be wild :-)

sindresorhus commented 11 years ago

Just support all three, but only document path ;)

jsoverson commented 11 years ago

done

sindresorhus commented 11 years ago

thanks for listening to my craziness :)