Expand my Community achievements bar.

SOLVED

Sitecatalyst JS cached

Avatar

Level 1

Hello Good morning

Is there a way to clear the cached version OR to recompile the file with new changes for the analytics.sitecatalyst.js file without having to do another build .

File: http://<domain>/_jcr_content/analytics.sitecatalyst.js

Thanks for your help.

Best Regards!

1 Accepted Solution

Avatar

Correct answer by
Level 5

Hello,

 

One way to add this to invalidate path something like. You might have to check for browser cache as well though, for which you can use expire header or something.

/0001

    {

        /glob "*analytics.sitecatalyst.js"

        /type "allow"

    }

Yogesh

View solution in original post

1 Reply

Avatar

Correct answer by
Level 5

Hello,

 

One way to add this to invalidate path something like. You might have to check for browser cache as well though, for which you can use expire header or something.

/0001

    {

        /glob "*analytics.sitecatalyst.js"

        /type "allow"

    }

Yogesh