How to Allow ClientLib that is under /apps.. component level in Dispatcher.any file
Hi,
As previously we were creating clientLibs under /etc/designs, and to allow these styles in dispatcher : we use to allow something like
# design and template assets
/0050 { /type "allow" /glob "GET /etc/designs/*" }
# collected JS/CSS from the components and design
/0051 { /type "allow" /glob "GET /etc/clientlibs/*" }
Now, since we moved all the clientLibs specific to component level.
exmaple: /apps/myproject/clientLibs or /apps/myproject2/clientLibs2 or /apps/myproject3/clientLibs3
In that case how to allow all the clientlibs in dispatcher.any file, ClientLibs i.e. under the /apps folder to different different component.
Thanks

