Expand my Community achievements bar.

Elevate your expertise and be recognized as a true influencer! Nominations for the exclusive Adobe Community Advisor program 2023 are now OPEN.
SOLVED

versioned clientLibs not working for few clientLibs

Avatar

Level 4

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

Hi,

 

Check below post which might give some pointers

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

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 4

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!