Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Add option for a "soft" refresh #114

Open
xsrvmy opened this issue Jan 16, 2018 · 1 comment
Open

Add option for a "soft" refresh #114

xsrvmy opened this issue Jan 16, 2018 · 1 comment

Comments

@xsrvmy
Copy link

xsrvmy commented Jan 16, 2018

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.

@MikeRogers0
Copy link
Owner

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

bypassCache: true
& I'll happily implimnent the change.

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

No branches or pull requests

2 participants