AEM 6.5.3 Publish - HTML Library Manager - Minify not working for Apps clientlibrary
As per best practices
We placed a clientlibs in the apps folder. Assigned the allowProxy={Boolean}true
Assigned a category = "testClientLib"
Edited a custom component in apps and added in the widget.jsp "<ui:includeClientLib categories="testClientLib" />"
On publish the js/css is loaded, but not minified when we set the flag in the "HTML Library Manager"
We do have another older category in etc/clientlibs and this js file is being 'minified' when the flag is set and not 'minified' when the flag is not set ==> ie. this is working as expected