functionality for updating css files in var folder | Adobe Higher Education
Skip to main content
Level 2
September 7, 2018
Respondido

functionality for updating css files in var folder

  • September 7, 2018
  • 1 resposta
  • 793 Visualizações

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?

Este tópico foi fechado para respostas.
Melhor resposta por 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 Resposta

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorResposta
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