Hello AEM Guru,
We have many versioning documents available but still have few queries.
I am new to AEM and have to implement clientlibs versioning as with every deployment client libs are not getting updated in the normal browser even after flushing the dispatcher cache and CDN cache. Tried to implement as suggested by many.
Facing below few issues :
1. I am tried to implemnet this via crxde in local . if we want to do it via code how to do that . /apps/<project folder/config/rewriter/ - should a create an xml file and copy paste this code :
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:Folder"
contentTypes="[text/html]"
enabled="{Boolean}true"
generatorType="htmlparser"
order="{Long}1"
serializerType="htmlwriter"
transformerTypes="[linkchecker,versioned-clientlibs]"/>
This is required, as in our higher environment we don't have access to CRXDE console.
#2 - In my local, i did the changes via crxde and save all. but still not seeing configuration in sling rewrite. even after restarting the instance.
Any help would be highly appreciated
Solved! Go to Solution.
Views
Replies
Total Likes
Did you had ACS common installed in your AEM.
https://adobe-consulting-services.github.io/acs-aem-commons/features/versioned-clientlibs/index.html
Did you had ACS common installed in your AEM.
https://adobe-consulting-services.github.io/acs-aem-commons/features/versioned-clientlibs/index.html
Views
Replies
Total Likes
Views
Replies
Total Likes