Hi All,
We would like to enable the longcache version on client libs CSS/JS, I have followed document of versioned-clientlbs which did not helped me. Can any one suggest me here. Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Please add the below property to your HTML Library Manager OSGi configuration (com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl).
htmllibmanager.longcache.patterns="/.*;auto"
Make sure you are not using ACS Commons Versioned Clientlibs.
Thanks!
@rgravisankar Please refer below community article:
Yes, the above article help you to create and use long cached libraries.
Please add the below property to your HTML Library Manager OSGi configuration (com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl).
htmllibmanager.longcache.patterns="/.*;auto"
Make sure you are not using ACS Commons Versioned Clientlibs.
Thanks!
Thanks @Asutosh_Jena_ , It works now.