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
- Host: GitHub
- URL: https://github.com/numberfour/lesscss-maven-plugin
- Owner: NumberFour
- Created: 2011-07-18T13:48:32.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-10-17T06:52:46.000Z (over 14 years ago)
- Last Synced: 2025-01-13T22:27:29.193Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 124 KB
- Stars: 3
- Watchers: 35
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
...