Allowing selectors (or finger printing) for direct CSS file path in CQ
Hi,
We are managing CSS via clientlib.
For example:
/static/mysite/global/css/
/static/mysite/global/css/
/static/mysite/global/css/
/static/mysite/global/css.txt
So when I say http://localhost:4502/static/
But when I try to figerprint direct CSS file then it gives for 404. Is there any way I can enable finger printing / selector on direct CSS paths too
http://localhost:4502//static/
Is there any CQ setting i have to do here. I have a special requirement where I need to access this CSS directly instead of via clientlib method.