comparison doc/admin_guide.txt @ 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
comparison
equal deleted inserted replaced
7976:adc3db39cb53 7977:d3c0d3c9f5e7
679 styling, you can modify the classhelper.css file in the html 679 styling, you can modify the classhelper.css file in the html
680 directory. Even though roundup-classhelper is a web 680 directory. Even though roundup-classhelper is a web
681 component, it doesn't use the shadow DOM. If you don't know 681 component, it doesn't use the shadow DOM. If you don't know
682 what this means, it just means that it's easy to style. 682 what this means, it just means that it's easy to style.
683 683
684 There is on trick however. Getting the web component to load 684 Getting the web component to load changes to the css file is
685 changes to the css file is a bit tricky. Basically the 685 a bit tricky. The browser caches the old file and you have
686 browser caches the old file and you have to resort to tricks 686 to resort to tricks to make it get a new copy of the file.
687 to make it get a new copy of the file.
688 687
689 One way to do this is to open to the ``classhelper.css`` 688 One way to do this is to open to the ``classhelper.css``
690 file in your browser and force refresh it. To do this: 689 file in your browser and force refresh it. To do this:
691 690
692 1. Open the home page for your Roundup issue tracker in a 691 1. Open the home page for your Roundup issue tracker in a

Roundup Issue Tracker: http://roundup-tracker.org/