An open API service indexing awesome lists of open source software.

https://github.com/numberfour/lesscss-maven-plugin

Plugin to compile less files at build time
https://github.com/numberfour/lesscss-maven-plugin

Last synced: about 1 month ago
JSON representation

Plugin to compile less files at build time

Awesome Lists containing this project

README

          

#LessCSS Maven Plugin

This plugin compiles [LessCSS](http://lesscss.org/) to CSS at build time. By default it searches for Less files under ```/src/main/less```, but this is customizable. It is configured as follows:


...


lesscss-maven-plugin
eu.numberfour.maven.plugins



compile

compile



${basedir}/target/classes


...