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

Clientlibs not updated when changing designPath

Avatar

Level 3

Hi, 

I have an AEM project with a template. When I change the designPath via the page properties to any design available under /etc/designs/, the new clientlibs are not being used. I can see in chrome developer mode that they are not even loaded. There are no errors coming up. 

I've tried applying a different design to several of my projects (on 5.6.1 and 6.0) and it ONLY ever works with Geometrixx.

What do I need to do in order to use this functionality?

Any help is really appreciated because this is a vital functionality for us. 

Thanks, 

Alex

1 Accepted Solution

Avatar

Correct answer by
Level 10

Make sure you have [1] in your headlibs.jsp if you have overwritten the foundation page component

<%currentDesign.writeCssIncludes(pageContext); %>

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Make sure you have [1] in your headlibs.jsp if you have overwritten the foundation page component

<%currentDesign.writeCssIncludes(pageContext); %>

Avatar

Employee

What code do you have in your head/page?