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!
lein sass to compile the assetslein sass watch to watch for changes and recompile files as necessaryCopyright © 2015 Dmitri Sotnikov
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation? These fine people already did:
Yogthos, Dmitri Sotnikov, Stuart Hinson & Nizar JouiniEdit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |