nateyolles / aem-clientlib-async

Create AEM clientlibs that can output 'async', 'defer' and 'onload' attributes on your HTML script elements.
http://www.nateyolles.com/blog/2016/06/custom-aem-html5-async-clientlibs
Apache License 2.0
49 stars 23 forks source link

getLibraries should be transitive by default #9

Open sanderlenaerts opened 5 years ago

sanderlenaerts commented 5 years ago

In the out of the box implementation transitive is by default true. In this implementation the htmlLibraryManager.getLibraries has transitive set as false with no option overriding it.

Would it be a good idea to follow the default behaviour by making it true?