Serve Client Libraries from specific folders
So client libaries are stored and cached in cq in /var/clientlibs.
Is there any way to serve these files from that directory?
For example we have client libraries with our components in our apps directory. Currently using client libraries we are including them from the place the components lives for example if i create a component under
/apps/test/myComponent
I then create a client library for this and place the client library include in my jsp.
CQ will cache this for me under /var/clientlibs/ but it will still serve them from the apps directory. Is there a way to make this be served from teh var directory instead in my html so it won't be blocked by the dispatcher?
Thanks in advance!
