Skip to content

Instantly share code, notes, and snippets.

@nateyolles
Created June 1, 2016 04:05
Show Gist options
  • Save nateyolles/c4c1583fdd686781a20f7532ce0a7149 to your computer and use it in GitHub Desktop.
Save nateyolles/c4c1583fdd686781a20f7532ce0a7149 to your computer and use it in GitHub Desktop.
Custom Client Library Usage in AEM with Sightly
<head data-sly-use.clientLib="${'/apps/clientlib-async/sightly/templates/clientlib.html'}">
<!--/* for css+js */-->
<meta data-sly-call="${clientLib.all @ categories='your.clientlib'}" data-sly-unwrap></meta>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment