Hi All,
I am working in AEM6.4.2. There two applications are running on same AEM instances and one of the application is not using minification of Js/Css thats why they have disabled "minify" option on configuration level.
I am using minification version of our css and when I am deploying my application on same instance, I am getting css issue because "minify" option is disabled. If I will enable it then everything's are working fine but first application start breaking.
Please let me know how can I enable "minify" only for my ClientLibs.
I know, we can disabled "minify" for particular ClientLibs by :
jsProcessor String[] default:none, min:none
cssProcessor String[] default:none, min:none
I am looking for vice versa,wants to enable minify for particular ClientLibs. Please suggest.
Thanks