Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I implemented the Client Dependency Framework on my Umbraco website.
However, now I want to do some CSS editing on my local machine, but I can't see my changes.
Is there a way to invalidate the cache without having to constantly raise the version number in ClientDependency.config?
Thanks for your help,
Anthony
Hi Anthony,
Here's the steps to clear the ClientDependency cache:
- Delete files in /App_Data/TEMP/ClientDependency (might be in /data or /App_Data/ClientDependency depending on your install)
- Open /config/clientDependency.config and increase the version attribute by
- Touch your web.config
Hope this helps,Tom
Hi Tom,
Thanks, so every time I edit my css style definitions on my local machine, I need to repeat this steps?
greetings,
Use https://our.umbraco.org/projects/developer-tools/autoexpireclientdependency
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to invalidate Client Dependency Cache
Hi,
I implemented the Client Dependency Framework on my Umbraco website.
However, now I want to do some CSS editing on my local machine, but I can't see my changes.
Is there a way to invalidate the cache without having to constantly raise the version number in ClientDependency.config?
Thanks for your help,
Anthony
Hi Anthony,
Here's the steps to clear the ClientDependency cache:
- Delete files in /App_Data/TEMP/ClientDependency (might be in /data or /App_Data/ClientDependency depending on your install)
- Open /config/clientDependency.config and increase the version attribute by
- Touch your web.config
Hope this helps,
Tom
Hi Tom,
Thanks, so every time I edit my css style definitions on my local machine, I need to repeat this steps?
greetings,
Anthony
Use https://our.umbraco.org/projects/developer-tools/autoexpireclientdependency
is working on a reply...