Need to change the JS order change in AEM clientlibs | Community
Skip to main content
August 4, 2022
Solved

Need to change the JS order change in AEM clientlibs

  • August 4, 2022
  • 1 reply
  • 583 views

I have a set of script tag loading on the body level of the AEM instance since there is a cache issue because of the ordering in clientlibs which is getting loaded. I want to change the order and have control of arranging the script tag.

Attaching a screenshot for reference.

Any help will be appreciated.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mohit_KBansal

The script clientlibs are loaded by your code. So you should update your code to change the script rendering sequence.

 

Do you see any challenge in it?

1 reply

Mohit_KBansal
Adobe Employee
Mohit_KBansalAdobe EmployeeAccepted solution
Adobe Employee
August 4, 2022

The script clientlibs are loaded by your code. So you should update your code to change the script rendering sequence.

 

Do you see any challenge in it?