AEM with Bootstrap 3 and LESS does not compile. Any fixes?
I have tried this in both AEM 5.6.1 and AEM 6 (load 18), but it behaves (errors) the same.
I'm trying to use Bootstrap 3 and LESS (the built-in compiler via rhino) and it keeps coming up with compilation errors due to the following 'extend' method, which was introduced in LESS version 1.4:
&:extend(.clearfix all);
When I was using AEM 5.6.1 I tried to update the version of LESS that is being used by going to /system/console, looking for the UI Commons bundle, unpackaging it, editing the "less-1.3.3.js" file, and re-packaging / re-uploading it, but that didn't work either (it behaves the same after a server reboot).
Is there any way to fix this without compiling LESS somewhere else (I'd rather not compile via Maven build).
Thanks,
Ryan