The stylesheets for this web page are being served from the assets folder in the wwwroot folder.
I updated the styles.
I deleted the assets folder and replaced it with a new one with different styles.
The old styles are still displaying on the web page.
How can the web page be displaying the old styles if I deleted the assets folder and replaced it? Is the old one still lurking around somewhere? If so, how do you delete it and use the new version of the assets folder?
Assets Folder Does Not Update When Replaced
I am running an Umbraco 13 project.
It consists of one web page.
The stylesheets for this web page are being served from the assets folder in the wwwroot folder.
I updated the styles.
I deleted the assets folder and replaced it with a new one with different styles.
The old styles are still displaying on the web page.
How can the web page be displaying the old styles if I deleted the assets folder and replaced it? Is the old one still lurking around somewhere? If so, how do you delete it and use the new version of the assets folder?
Thanks.
Hi Julius,
How, in your front end markup, are you calling the style sheet? Are you using the Smidge bundler?
If you are, the Smidge Bundler might be caching the file.
Thanks
Nik
Hi Nik,
I am using gulp as the bundler.
Could this be caching the file too?
is working on a reply...