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.

Client libraries not getting picked up after upgrade to 6.3.2

Avatar

Level 3

I'm upgrading from 6.2 to 6.3.2 (fresh install) and the custom client libraries are getting built but not picked up. If I replace the following tag in headlibs.html with a hard-coded link to the style sheet, everything works. For some reason the clientlibs isn't loading correctly in 6.3.2.

REPLACED THIS:
<sly data-sly-call="${clientLib.css @ categories=['atmfs.vendor','atmfs.site-all']}" data-sly-unwrap />

WITH THIS:
<link rel="stylesheet" type="text/css" href="https://forums.adobe.com/etc/designs/mfs-intranet/atmfs/site/all.css">

1 Reply

Avatar

Administrator

Sometimes you need to clear the var/clientlibs/<something> folder. did you check this?

Also, try to invalidate the client Lib in dispatcher.



Kautuk Sahni