Mercurial > p > roundup > code
changeset 7977:d3c0d3c9f5e7
docs: update cache updating for css file.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 21 May 2024 20:14:38 -0400 |
| parents | adc3db39cb53 |
| children | 749c9a58cfda |
| files | doc/admin_guide.txt |
| diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/admin_guide.txt Tue May 21 20:13:18 2024 -0400 +++ b/doc/admin_guide.txt Tue May 21 20:14:38 2024 -0400 @@ -681,10 +681,9 @@ component, it doesn't use the shadow DOM. If you don't know what this means, it just means that it's easy to style. -There is on trick however. Getting the web component to load -changes to the css file is a bit tricky. Basically the -browser caches the old file and you have to resort to tricks -to make it get a new copy of the file. +Getting the web component to load changes to the css file is +a bit tricky. The browser caches the old file and you have +to resort to tricks to make it get a new copy of the file. One way to do this is to open to the ``classhelper.css`` file in your browser and force refresh it. To do this:
