Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
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!