A minimum dependency Clojure library designed to compile SASS files using Sass.js running on Nashorn
-
add the following to your
project.clj
:plugins [[yogthos/lein-sass "VERSION"]] :sass {:source "my/sass/dir" :target "my/output/dir"}
-
start coding!
- run
lein sass
to compile the assets - run
lein sass watch
to watch for changes and recompile files as necessary
- run
Copyright © 2015 Dmitri Sotnikov
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.