Access JS from the Clientlib
Hello Community - I have a requirement to access the specific js from the clientlib (/etc.clientlibs/proj1/clientlibs/clientsite/js/test2.js) which resides under /apps path and allowProxy is set to true for the clientlib. My requirement is to access only the specific JS not all the JS as part of the clientlib and also the location of the clientlib should come under /apps and not /etc and we shouldn't grant any read permission to specific clientlib JS to access using /apps/proje/clientlibs/.../test1.js.
Also this should be handled using UI i.e not using HTL. we shouldn't create a new clientlib with only the specific JS because the below clientlib(testlib) is used in multiple places.
E.g. category name: testcl
/apps/proj1/clientlibs/clientsite/js/
|-----> test1.js
|-----> test2.js
|-----> test3.js
Please let me know if anyone is able to achieve this implementation in your project.