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

Added -forceReload flag which forces page reload on any file change #4

Merged
merged 6 commits into from
Aug 31, 2024

Conversation

baalimago
Copy link
Owner

I'm developing a blog which is using fetch to lazy load html pages. So currently it doesnt refresh whenever the lazy loaded html is changed since origins html page won't ever be the same.

So this is a quick and dirty way of solving the problem, might also solve some similar problems down the line.

I'm developing a blog which is using fetch to lazy load html pages. So
currently it doesnt refresh whenever the lazy loaded html is changed
since origins html page won't ever be the same.

So this is a quick and dirty way of solving the problem, might also
solve some similar problems down the line.
@baalimago
Copy link
Owner Author

I've used for about a week, works well.

@baalimago baalimago merged commit ea02b13 into main Aug 31, 2024
2 checks passed
@baalimago baalimago deleted the feature/force-reload-flag branch August 31, 2024 11:39
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

Successfully merging this pull request may close these issues.

1 participant