How to disable the minification for client libraries in AEM?
Minification refers to the process of removing unnecessary or redundant data without affecting how the resource is processed by the browser — e.g. code comments and formatting, removing unused code, using shorter variable and function names, and so on.
Minification helps to reduce the size of the resources(JavaScript and CSS) and improves the performance of page loading.
Sometimes we may be required to disable the minification for specific Java script files may be due to the files are already minified…



