Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

versioned clientLibs not working for few clientLibs

Avatar

Level 5

Hi Team,

 

I have an AEM project, which is using versioned clientLibs (AEM ACS commons) configured as mentioned in the ACS Commons documentation. It appends the hash key for a few JS clientLibs after minification and for a few clientLibs, the hash key is not being appended.

I am looking for the reason behind this. Any suggestions/pointers will help!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
3 Replies

Avatar

Correct answer by
Community Advisor

Hi,

 

Check below post which might give some pointers

https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues/2506

Avatar

Level 5

I have found that the scripts, which are included inside <head> section are getting minified and MD5 hash key is also getting appended to it. And, if the scripts are included at the bottom of the page - the scripts are getting minified. But, without hash keys!

Need to find the exact reason behind this! Any pointers are really appreciated!