luminus

yogthos 2020-01-22T04:16:27.008800Z

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

yogthos 2020-01-22T04:17:48.009900Z

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

yogthos 2020-01-22T04:20:29.010300Z

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

yogthos 2020-01-22T04:32:48.010700Z

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

yogthos 2020-01-22T04:48:19.011900Z

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

yogthos 2020-01-22T04:49:14.012900Z

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