Hi Team,
Trying to implement Versioned Client libs but its not working. Its not adding md5.
AEM Version: 6.5.13
ACS version: 5.1.2
Regards,
KTNR
Solved! Go to Solution.
Views
Replies
Total Likes
Try renaming the node from "default" to "versioned-clientlibs" and give it a shot.
/apps/myapp/config/rewriter/versioned-clientlibs.xml
Try renaming the node from "default" to "versioned-clientlibs" and give it a shot.
/apps/myapp/config/rewriter/versioned-clientlibs.xml
@arvindpandey also cross check include tags, ignore paths attribute if not applicable
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:unstructured"
contentTypes="[text/html]"
enabled="{Boolean}true"
paths="[/content/project-name]"
generatorType="htmlparser"
order="1"
serializerType="htmlwriter"
transformerTypes="[linkchecker,versioned-clientlibs,project-name-url-rewriter]">
<generator-htmlparser
jcr:primaryType="nt:unstructured"
includeTags="[A,IMG,SCRIPT,LINK]"/>
</jcr:root>
@arvindpandey Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies