Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yogthos/lein-sass

SASS plugin for Leiningen using Sass.js
https://github.com/yogthos/lein-sass

clojure sass

Last synced: 3 months ago
JSON representation

SASS plugin for Leiningen using Sass.js

Awesome Lists containing this project

README

        

# lein-sass

A minimum dependency Clojure library designed to compile SASS files using [Sass.js](https://github.com/medialize/sass.js) running on Nashorn

## Installing

[![Clojars Project](https://img.shields.io/clojars/v/yogthos/lein-sass.svg)](https://clojars.org/yogthos/lein-sass)

## Usage

3. add the following to your `project.clj`
```clojure
:plugins [[yogthos/lein-sass "VERSION"]]
:sass {:source "my/sass/dir" :target "my/output/dir"}
```

4. 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.