aem-clientlib-async
aem-clientlib-async copied to clipboard
can you please help how to install this package via crxde
Hi,
We want to implement the asyc, defer for our clientlib js /css Here is our code - <sly data-sly-use.clientLib="/libs/granite/sightly/templates/clientlib.html" data-sly-call="${clientlib.css @ categories='abc.base'}"/>
downloaded the zip and tried to install it is giving attach error.
we are able to install the package.
Can you please let us know how to implement async in this tag
<sly data-sly-use.clientLib="/libs/granite/sightly/templates/clientlib.html" data-sly-call="${clientlib.all @ categories=['abc.base']} "/>
You can also just put these files within your app jcr_root aem code and it will work.