I am trying to create a cq:ClientLibraryFolder under etc/design/geometrixx-media/clientlibs-responsive. I copied the contents from an existing cq:ClientLibraryFolder etc/design/geometrixx-media/clientlibs and set the properties categories and dependencies on etc/design/geometrixx-media/clientlibs-responsive as apps.responsive and cq.foundation respectively of type String[]. I included my cq:ClientLibraryFolder component/template as :
<cq:includeClientLib categories="apps.responsive"/>
and activated everything to the publish environment. Also in my component/template I have included just a simple text "hello". I can see this text on the published page but when I do the view source of this page I can't see any libs(css and js files) included. Whereas, when I copy <cq:includeClientLib categories="apps.geometrixx-media.all"/> and publish the page, I can see the libraries included. I am not able to understand what is it that I need to do to make the libraries(js and css files) appear.