Closed
Description
whenever the css for code coverage changes then the browser still has cache for the old file
A very easy way would be to include the version number in the URL of the css
So change:
<link href="{{path_to_root}}_css/bootstrap.min.css" rel="stylesheet" type="text/css">
to
<link href="{{path_to_root}}_css/bootstrap.min.css?v={{version}}" rel="stylesheet" type="text/css">
that should be done for all the css files
Metadata
Metadata
Assignees
Labels
No labels