Hi Every one,
One challenging problem to solve :
I have a page that loads the component categories and the related dependencies on page load. Is it possible to embed all the related dependencies & Categories into a single request for defined components (defined via page properties)
Ex:
Component A -> Category A.css, Dependency = [C.css, E.css]
Component B-> Category B.css, Dependency = [D.css, C.css]
Is there any way if we pass A and B to htmllibraryManger to merge(categories and dependencies) all and return a single request(A+B+C+D+E ) on page load. How the merge can be done without adding embed node property in AEM? (no duplicates files/code after the merge)