Hi,
I have a AEM application which executes certain JS commands when a page is loaded. This application works well in the previous AEM version 5.5 and 5.6. When I try to run the same in AEM 6.0 i noticed that js files are missing in the UI. Although when I switch back the classic UI I get those files.
I checked the previous posts which mention the clientlibs folder should have the following properties
jcr:primaryType="cq:ClientLibraryFolder"
sling:resourceType="widgets/clientlib"
categories="[cq.widgets]"
dependencies="[cq.jquery.ui]"
Any suggestions or input will be of great help.
thanks,
Kevin