Fork me on GitHub
#lein-figwheel
<
2016-02-19
>
hoopes13:02:40

fwiw, i think something like this: https://github.com/noprompt/lein-garden was what i was looking for - gonna try auto-compiling the garden on save, which will write the css, and figwheel will pick up that change (right? simple_smile )

shaun-mahood15:02:02

@hoopes: Should work, I've used it in the past and it worked really well. When I set it up I was running lein garden separately from my normal repl, but there may be a way to get it to run at the same time from one lein instance.

shaun-mahood15:02:52

There's also https://github.com/bhauman/lein-figwheel/wiki/SASS-watcher if you would rather use SASS than garden. I haven't used it though.

hoopes15:02:18

awesome, thanks. pumped to write css in clj, just trying to figure out the best way to structure everything to wind up in one css file in a sane manner

hoopes15:02:48

and yeah, so far i just have two leins running

hoopes15:02:43

like (stupid example) if i have two different rules on <body> defined in two different namespaces, what's the best way to combine them? or do i just say screw it, and let it write two different body rules (which works fine)

hoopes15:02:52

i also probably way off topic for this channel now, sorry

shaun-mahood15:02:12

Oh in that case then garden is totally the way to go - I love using it so much more than other CSS replacement (moved to Garden from SASS)

shaun-mahood15:02:52

We can move the discussion to #C053AK3F9, #C0FQERS0H is pretty much an empty channel at this point