Awesome
lein-less4j
Moved to Deraen/less4clj
Leiningen task to compile Less.
- Provides the
less4j
task - For each
.main.less
in source-dirs creates equivalent.css
file. - Uses Less4j Java implementation of Less compiler through less4clj clojure wrapper
- For parallel boot-clj task check boot-less
- For parallel sass task check lein-sass4clj
Usage
:less {:source-paths ["src/less"]
:target-path "target/generated/public/css"
:source-map true
:compression true}
License
Copyright © 2015 Juho Teperi
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.