Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

functionality for updating css files in var folder

Avatar

Level 2

I created css file for page. If we modify any thing on css file, those changes are updating in var folder as well.. How it is happening in backend?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You can view all generated clientlibs under /var/clientlibs. This location will hold a cached version of all clientlibs. If we modify any clientlibs or Adobe granite HTML library manager configuration, then we have to delete all the contents in /var/clientlibs to cache the rebuilded code.

So var folder holds integrated cached version of clientlibs. So clientlibs must be updated in var folder to pickup changes.



Arun Patidar

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

You can view all generated clientlibs under /var/clientlibs. This location will hold a cached version of all clientlibs. If we modify any clientlibs or Adobe granite HTML library manager configuration, then we have to delete all the contents in /var/clientlibs to cache the rebuilded code.

So var folder holds integrated cached version of clientlibs. So clientlibs must be updated in var folder to pickup changes.



Arun Patidar