Override /etc/clientlibs/granite js
Hi,
How to overlay jquery/underscore or any other js in my application which is under /etc/clientlibs/granite.
Options I have tried which didn't workout:
1) Under /etc/designs/<my-site> created a clientlib with same categorie name as "jquery/underscore" under /etc/clientlibs/granite.
2) Created a underscore.js file in /etc/designs/<my-site>/<my-clientlib> which is added in js.txt
Note: When we tried to overlay some widgets js under "libd/foundation", the same folder structure we created under /apps/<mysite> and that worked.
Thanks in advance.