Fork me on GitHub
#luminus
<
2020-01-22
>
yogthos04:01:27

we're using this lib I wrote a while back on my team https://github.com/yogthos/lein-sass

yogthos04:01:48

one caveat is that nashorn is going away, so it won't work with newer versions of the jvm

yogthos04:01:29

I should take a look if it's possible to switch to using ringojs instead https://ringojs.org/

yogthos04:01:48

actually this looks more promising https://github.com/dynjs/dynjs

yogthos04:01:19

actually looks like there is a standalone nashorn on clojars, I added [org.bodil.openjdk/nashorn "0.1.0.2013070801"] and it's working for me with jdk 12/clj 1.10.1

yogthos04:01:14

@lady3janepl I pushed out [lein-sass "0.1.10"] , let me know if it works for you