Copy link to clipboard
Copied
I am trying to modify a project with Dreamweaver created with another program. When I open the main index.html file it does show all the dependency files but the CSS Designer does not show the styles. After some investigating I noticed that the style code that is loading the CSS has a question mark with some info after the file name. If I remove the the question mark and the extra info following it, all starts to work properly. Is there a setting in DW that I can change to have it work properly?
<link rel="stylesheet" href="./assets/css/style.css?1.0.705">
AFAIK, DW does not support that as yet. Not even sure it's on the road map.
Go to Help > Submit Bug/Feature Request to have it considered.
EDIT: The term for this is called CSS Cache Busting.
Strategies for Cache-Busting CSS | CSS-Tricks
Nancy
Copy link to clipboard
Copied
AFAIK, DW does not support that as yet. Not even sure it's on the road map.
Go to Help > Submit Bug/Feature Request to have it considered.
EDIT: The term for this is called CSS Cache Busting.
Strategies for Cache-Busting CSS | CSS-Tricks
Nancy
Find more inspiration, events, and resources on the new Adobe Community
Explore Now