jsoverson / grunt-open

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

Add grunt multitask support for the app option #28

Open simshanith opened 9 years ago

simshanith commented 9 years ago

Currently, this task does not use this.options() to look up the app option, but explicitly uses this.data.app or this.data.application. This breaks multitask shared options configuration.