adobe / aem-guides-wknd

Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html
MIT License
285 stars 548 forks source link

Make sure custom clientlibs are loaded asynchronously #334

Closed jckautzmann closed 2 years ago

jckautzmann commented 2 years ago

Fixes #333

Note: although Core Components 2.19 is not yet released, this PR can still be merged and won't interfere with the current setup as the new property clientlibsAsync will be ignored until 2.19 is used.

godanny86 commented 2 years ago

Thanks @jckautzmann! LGTM