Hi,I was about to post this question here in the forum, as I have the
same problem as you, but for a distinct reason: I need to include some
Javascript files that varies accordingly to the **page**, and not by
templates.For example, I have page-1 using file1.js, page-2 using
file2.js, but both use template-A (and this does not let me use the
client library).What I did is to place my files inside
/etc/clientlibs/my-project/my-custom-static-files-folder/file1.js,
although my-custom-static-files-fo...