Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yogthos/lein-sass
- Owner: yogthos
- License: epl-1.0
- Created: 2015-04-12T02:13:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T05:00:04.000Z (about 5 years ago)
- Last Synced: 2024-11-02T04:51:52.034Z (3 months ago)
- Topics: clojure, sass
- Language: Clojure
- Size: 2.03 MB
- Stars: 20
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.