functionality for updating css files in var folder | Community
Skip to main content
Level 2
September 7, 2018
Solved

functionality for updating css files in var folder

  • September 7, 2018
  • 1 reply
  • 792 views

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?

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 arunpatidar

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.

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
September 7, 2018

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