Skip to content

yogthos/lein-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

SASS plugin for Leiningen using Sass.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published