Hi,As per my understanding, you want to access the js files directly and
not via client library include, if I am correct, then you can try
creating a folder with the name "js" under resources of your required
clinetlibray folder and you can access as like below. Its worked for
me.http://localhost:4502/etc.clientlibs/weretail/clientlibs/clientlib-site/resources/js/script.jsProxy
servlet resolves the direct files, if it is present under clientlibray
folder (with allowproxy=true) -> resources -> (f...