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
{{ message }}
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
Hi Mike, first--thanks for such a great development tool! I'm just introducing myself to it now, as I'm stepping through Ben Rady's tutorials from his Serverless Single-Page Apps book.
One of the two problems I encountered with LivePage is that it didn't seem to notice when I updated the markup in the index.html file being served to LivePage from my local dev server at http://localhost:9292.
I couldn't figure out why the Jasmine test wasn't passing after the update (as indicated that it should on page 30 of the book), because it was a very simple change that should have worked. After double and triple checking everything, I tried a hard browser cache refresh (Ctrl-F5), and suddenly the Jasmine test showed that it was working fine, as expected. For some reason, LivePage was using the cached version of the file, the whole time.
I'd updated my polling interval to 1000ms, but otherwise I'm using LivePage with its default settings, and I don't think I have any other extensions installed which might be interfering. Any thoughts?
Thanks again, regardless!
The text was updated successfully, but these errors were encountered:
Bump. I'm experiencing something similar where small code changes of, say, a line don't trigger a reload whereas larger changes and small changes higher in the .js file trigger a reload. I'm running the build script in this repo and LivePage'ing this .html file locally.
Hi Mike, first--thanks for such a great development tool! I'm just introducing myself to it now, as I'm stepping through Ben Rady's tutorials from his Serverless Single-Page Apps book.
One of the two problems I encountered with LivePage is that it didn't seem to notice when I updated the markup in the index.html file being served to LivePage from my local dev server at http://localhost:9292.
I couldn't figure out why the Jasmine test wasn't passing after the update (as indicated that it should on page 30 of the book), because it was a very simple change that should have worked. After double and triple checking everything, I tried a hard browser cache refresh (Ctrl-F5), and suddenly the Jasmine test showed that it was working fine, as expected. For some reason, LivePage was using the cached version of the file, the whole time.
I'd updated my polling interval to 1000ms, but otherwise I'm using LivePage with its default settings, and I don't think I have any other extensions installed which might be interfering. Any thoughts?
Thanks again, regardless!
The text was updated successfully, but these errors were encountered: