wcm-io-frontend / aem-clientlib-generator

Creates configuration files for AEM ClientLibs and synchronizes assets.
Apache License 2.0
62 stars 32 forks source link

allow `.less` files to be listed in the `css.txt` file. #25

Closed mbehzad closed 4 years ago

mbehzad commented 4 years ago

AEM is able to compile .less files itself and uses them for example for styling the core components. To allow using AEM mixins, style snippets, etc. clientlib-generator adds .less files to the css files list.

ifahrentholz commented 4 years ago

Looks good!