lein-jsass

Lein plugin wrapper for jsass. https://github.com/bit3/jsass


Keywords
clojure, clojurescript, jsass, lein-plugin, leiningen, sass, scss
License
MIT

Documentation

lein-jsass

Build Status Clojars Project

A Leiningen plugin that wraps jsass

Usage

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.

License

Copyright © 2018 Grant Peltier

Distributed under the MIT License