A Leiningen plugin that wraps jsass
Put [lein-jsass "0.2.0"]
into the :plugins
vector of your project.clj.
Also add the following config information to your project.clj:
:jsass {:source "path/to/scss/files"
:target "path/to/css/output"}
lein-jsass may be used to either compile once or to run continuously and recompile whenever file changes are detected under the source path.
Run once:
$ lein jsass once
Run continuously:
$ lein jsass auto
NOTE: Only public (i.e. does not start with '_') SASS files will be compiled and placed in the target.
Copyright © 2018 Grant Peltier
Distributed under the MIT License