Hi @saurabh_intel What I am able to understand is that you want to
include one clientlib into another. For this, you will have to use
"embed" feature of clientlibs i.e used to embed code from other
libraries. If clinetlibs F embeds clinetlibs G and H, the resulting js
and css files included in the html will be a concetration of js and css
from clinetlibs G and H. To embed clientlibs, mention clientlibs name in
the "embed" property on your site cq:ClinetlibraryFolder like
this:[cq:ClientLibraryFo...