jsoverson / grunt-open

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

Set delay #13

Closed yoshuawuyts closed 10 years ago

yoshuawuyts commented 10 years ago

I'm currently running a concurrent task that watches my files, starts my server and opens the browser. Due to the nature of my server it blocks all other scripts from being executed afterwards. So whenever my browser gets opened, I get a blank screen. Immediately after pressing f5 the page is loaded fine. A slight delay would fix this.

Many thanks,

Yoshua

halan commented 10 years ago

The same for me. :+1:

jsoverson commented 10 years ago

closed via above commit