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.
At the moment, when a page updates, a hard refresh (CTRL-F5) is triggered. For remote development, this isn't necessarily a problem, but for local development, the refresh will fail when internet connection is poor or unavailable. I suggest adding an option to trigger only a soft refresh (F5) when a local page is updated.
The text was updated successfully, but these errors were encountered:
I'm not so keen on this idea, soft refreshes might reload and show an out-of-date version of a page. Plus I want encourage people to develop on their local machines (localhost / 127.0.0.1 / example.test ) and not use LivePage on offsite servers.
Though if there is enough support, the LOC that needs adjusting is
At the moment, when a page updates, a hard refresh (CTRL-F5) is triggered. For remote development, this isn't necessarily a problem, but for local development, the refresh will fail when internet connection is poor or unavailable. I suggest adding an option to trigger only a soft refresh (F5) when a local page is updated.
The text was updated successfully, but these errors were encountered: