Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome + Drupal: Works intermittently (insufficient delay?) #18

Open
wizonesolutions opened this issue Mar 22, 2013 · 1 comment
Open

Comments

@wizonesolutions
Copy link

I'm wondering if the Chrome extension is not waiting long enough for the <link> tags it adds to finish loading or something. I'm experiencing a loss of updated styles whenever guard-livereload prompts the browser to refresh. Occasionally, I don't experience this, but there isn't much rhyme or reason to when it happens. But once it does, I basically just have to refresh the page manually.

I really really want to get live updating working!

@DerekLiang
Copy link

I am experiencing the similar issue in VS 2012 with Web Essential plugin. If the TypeScript file which get compiled into the JavaScript upon save, I configured the live reload on file save to load the JavaScript file. Since the file is compiled and saved, when the live reload extension reload the page, the compiled JavaScript file is not ready yet and the browser will still load the load JavaScript file.

I am thinking if it is possible to introduce a parameter that will reload the page with a configurable delay.

0 : no delay

0 : delay x milliseconds

Can someone pointing me to the right place in the code so I can dig into it? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants