Hi All
In AEM 6.2 we appear to be facing minification issues with YUI (JS Compressor) which is set at OSGi config - Adobe Granite HTML Library Manager. Following are the issues and observations.
Troubleshooting steps we took:
Potential Solutions
We are using AEM 6.2 SP1 FP3 (cq-socialcommunities-pkg-1.10.167.47.zip), Dispatcher version 2.2-4.1.5
Please advise on the issue.
Solved! Go to Solution.
Views
Replies
Total Likes
Dear SnbAem,
Have you considered effort upgrading to later versions of AEM?
Alternatively, if your ONLY problem is minification, why not...
1) Route .js/.css requests via Dispatcher to NodeJS server
2) Setup latest NodeJS to get uncompiled JS from AEM
3) Compile your JS received from AEM via NodeJS and serve it to your authors/customers?
Regards,
Peter
Views
Replies
Total Likes
Any comments/views on the issue?
Views
Replies
Total Likes
Dear SnbAem,
Have you considered effort upgrading to later versions of AEM?
Alternatively, if your ONLY problem is minification, why not...
1) Route .js/.css requests via Dispatcher to NodeJS server
2) Setup latest NodeJS to get uncompiled JS from AEM
3) Compile your JS received from AEM via NodeJS and serve it to your authors/customers?
Regards,
Peter
Views
Replies
Total Likes
Update:
The best approach for legacy AEM systems (versions < 6.4) appears to be using the GCC JS Processor only for client libraries which can't be parsed by YUI and otherwise leave YUI on as the sitewide clientside compliation engine. See this Adobe link for more information: https://helpx.adobe.com/experience-manager/kb/how-to-change-the-minification-engine-for-client-libra...
Views
Replies
Total Likes