You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
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 wheneverguard-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!
The text was updated successfully, but these errors were encountered: