jsoverson / grunt-open

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

Requires "delay" to work with grunt-watch #18

Closed msafi closed 10 years ago

msafi commented 10 years ago

It seems that the recent modifications three days ago have caused the plugin not to work with grunt-watch unless you set a delay or perhaps openOn. I set a delay of 100 and now the watch works fine.

(In my setup, grunt-open is preceded by ericclemmons/grunt-express-server and followed by grunt-watch)

msafi commented 10 years ago

Sorry, misdiagnosis on my part. The problem I'm having is being caused by another Grunt task. Probably grunt-shell. :)