grunt-open
grunt-open copied to clipboard
Open urls and files from a grunt task
This plugin works perfectly on my local machine, however, it doesn't work on my Docker machine. On my local machine the `open task` set as following: ``` js server: {...
The 'app' option is ignored in the 0.2.4 release. Whatever the app is set to, the url is always opened in the default browser. Rolled back to 0.2.3 and verified...
Every time i run grunt-open task i keep getting this ``` Fatal error: Cannot read property 'replace' of undefined ``` my task is so simple ``` open: { path: 'http://localhost:3000',...
i generate a html report (tests fail case), and then want to open it, only if its generated. I want to ignore the open task (skip with success), in case...
Unless you are diligent about closing new tabs, starting and killing grunt many times while debugging eventually the browser will have a sea of identical tabs. It would be nice...
I have a `grunt serve` task that does a build, starts a web server, then uses grunt-open to launch the web page once the server has fully started. I use...
If the event is fired multiple times, do not continue to open the page. Requires the open task to be run again in order to open again. This may be...
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.
Add `chromium-browser` support in `app`.
What do you think about accepting a callback function as an option which can be called after grunt open is finished? Would you be open to adding it to this...