Hi Kurt,

The sass/scss compiler is written in ruby and requires jruby to run in
leiningen. JRuby doesn't always keep up with ruby so you can be left a
bit stuck between releases if you depend on it. Since I last looked at
it, it seems that sass has added a javascript renderer and
https://github.com/yogthos/lein-sass has a nashorn implementation. If
Java 8 is an option for you, that could be a good project to use.

Less has always been implemented in javascript so it's generally
easier to run in a JVM, though they haven't yet updated the JVM
compatibility layer for the 2.0 release.

Stephen

On Sun, Jul 19, 2015 at 5:18 PM, Kurt Mueller
<[email protected]> wrote:
> Hey all,
>
> Is there a consensus on what sass/scc lein plugin to use?
>
> Thanks!
>
> Kurt
>
> --
> Note that posts from new members are moderated - please be patient with your 
> first post.
> ---
> You received this message because you are subscribed to the Google Groups 
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/clojurescript.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to