Hi @arunpatidar ,
<sly data-sly-test="${X}" data-sly-call="${clientlib.js @ categories=X,data-cfasync='false'}"></sly> is not working.
Seems like I need to try with custom clientlibs model.
Thanks for your timely response.
We have implemented Rocketloader functionality on our website and we want the Rocket Loader to ignore one of the clientlibs.
https://developers.cloudflare.com/fundamentals/speed/rocket-loader/ignore-javascripts/
As mentioned in above URL, we are supposed to add data-cfasync=”false” for Rocket Loade...