Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 768 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 768 Bytes

lein-sass

A minimum dependency Clojure library designed to compile SASS files using Sass.js running on Nashorn

Installing

Clojars Project

Usage

  1. add the following to your project.clj

    :plugins [[yogthos/lein-sass "VERSION"]]
    :sass {:source "my/sass/dir" :target "my/output/dir"}
  2. start coding!

    • run lein sass to compile the assets
    • run lein sass watch to watch for changes and recompile files as necessary

License

Copyright © 2015 Dmitri Sotnikov

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.