3
votes

I've have been searching and digging around but for the life of me I can not find which version of LESS is included with AEM 6.1 (or 6.2). I know that CQ (AEM) 5.6.1 uses LESS 1.3.3 but I'd like to know if the version was updated with AEM 6.

2
We are moving to AEM6.2 and I confirmed it also uses Less 1.7.5.tjameswhite

2 Answers

10
votes

-The compilation of the LESS logic is done on the server side using Rhino (a Javascript compiler for Java) and LESS

-If you go to your Felix console and look under Bundles you should find one called "Adobe Granite UI Clientlibs - Less Compiler(com.adobe.granite.ui.clientlibs.compiler.less)".

-To get to the JAR file for this bundle you will need to note the number next to it in the console. (In my case it is bundle number 193.)

-Assuming the bundle number is 193, on your file system go to "/crx/quickstart/launchpad/felix/bundle193/version0.0"

-If you open bundle.jar you will find version of LESS. (For extracting JAR file you can use jd-gui.exe jar extractor.) -In AEM 6.1 the current version of LESS is-1.7.5

0
votes

The version of LESS is included with AEM 6.1 is -1.7.5

To get to the JAR file for this bundle you will need to note the number next to it in the console in my case it is bundle number 74.

Assuming the bundle number is 74, on your file system go to "/crx/quickstart/launchpad/felix/bundle74/version0.0"