Alright, I can update the compilation task to add a hash to the file name. I've done this a bunch with `gulp-rev`.
On Mon, Oct 26, 2015 at 2:00 PM, Daniel Dekany <[email protected]> wrote: > I have updated the site. (Until the currently ongoing domain transfer > is finished, updating the actual Web site is not possible via SVN > commit, so right now I'm the only one who can do it... I hope the > situation will improve soon.) > > BTW, I have noticed an (old) issue with Docgen and CSS updates. As it > refers to the CSS like: > > <link rel="stylesheet" type="text/css" > href="docgen-resources/docgen.min.css"> > > the CSS won't be necessary updated together with the HTML at the > visitors. This can be a problem when both has to be changed on sync. > This typical issue could be fixed if we continue that URL with > something like "?hash=AC50CFED045B0894004A". You see the trick... the > query parameter, which is calculated from the hash of docgen.min.css > will force the browser to reload it, rather than using a cached CSS. > > -- > Thanks, > Daniel Dekany > > > Monday, October 26, 2015, 6:50:37 PM, Evangelia Dendramis wrote: > > > Yes, I fixed it. The website just needs to be built > > > > On Mon, Oct 26, 2015 at 7:12 AM, Pradeep Murugesan < > > [email protected]> wrote: > > > >> > >> Sounds like a quick fix [image: �] so thought of taking it up [image: �] > >> > >> > >> Pradeep. > >> > >
