On Tue, Dec 10, 2024 at 01:46:35AM -0300, Sylvain Saboua wrote:
> Regularly I make minor [ae]d?ditions to my static html files.
>
> Afaik the browser needs to manually refresh the file in order to
> display the latest version.
>
Maybe I misunderstood but sounds normal
> Am I doing something wrong or is there a workaround ?
>
> This is also annoying when editing the style sheets.
>
You could add the following to refresh the page every 30 seconds,
without the need to manually refresh:
<meta http-equiv="refresh" content="30">
Hope this helps
No comments:
Post a Comment