Migration CQ 5.5 -> AEM 5.6.1: LESS compiler issue cont... | Community
Skip to main content
James_Lelyveld
New Participant
October 16, 2015
Solved

Migration CQ 5.5 -> AEM 5.6.1: LESS compiler issue cont...

  • October 16, 2015
  • 1 reply
  • 791 views

This is to follow up from this post:

http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__ibm7-hi_we_are_moving.html

The ordering issue can be overcome by using the @import for variable or mixin files. However this still causes issues as the main LESS files are only re-compiled when they change. i.e. if you change the variables file you have to change all the files that reference it to get the changes to propagate - would be great to hear if anyone has a solution to this.

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 Dmitry_Cherkas

Removing /var/clientlibs node will wipe the cache and force all LESS file to be recompiled.

1 reply

Dmitry_CherkasAccepted solution
New Participant
October 16, 2015

Removing /var/clientlibs node will wipe the cache and force all LESS file to be recompiled.