Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Anthony Candaele 1197 posts 2049 karma points
    Oct 19, 2012 @ 16:32
    Anthony Candaele
    0

    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

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Oct 19, 2012 @ 18:13
    Tom Fulton
    1

    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 

  • Anthony Candaele 1197 posts 2049 karma points
    Oct 22, 2012 @ 08:45
    Anthony Candaele
    0

    Hi Tom,

    Thanks, so every time I edit my css style definitions on my local machine, I need to repeat this steps?

    greetings,

    Anthony

  • Vladimir Knobel 95 posts 171 karma points
    Mar 20, 2015 @ 11:21
Please Sign in or register to post replies

Write your reply to:

Draft