JS minify in AEM 6.5
Hi All,
I have enable minify js processor in my project at /system/console/configMgr (Adobe Granite HTML Library Manager) but it is not working for all js files some of js files are minifying but some of js files are not minifying.
I have also add directly some properties For client library folder, add: jsProcessor=[min:gcc;obfuscate=true;languageIn=ECMASCRIPT_2019;languageOut=ECMASCRIPT3 but still file is not minify.
Please could anyone suggest some solution for this issue.
Thanks.