This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-19
Channels
- # beginners (25)
- # boot (143)
- # braid-chat (9)
- # cider (18)
- # cljs-dev (88)
- # cljsrn (1)
- # clojure (91)
- # clojure-austin (2)
- # clojure-berlin (3)
- # clojure-japan (26)
- # clojure-russia (148)
- # clojurebridge (1)
- # clojured (29)
- # clojurescript (105)
- # cursive (7)
- # data-science (4)
- # datomic (15)
- # devcards (4)
- # emacs (8)
- # euroclojure (2)
- # events (1)
- # gsoc (27)
- # hoplon (3)
- # immutant (3)
- # ldnclj (3)
- # lein-figwheel (9)
- # leiningen (2)
- # luminus (1)
- # off-topic (5)
- # om (176)
- # onyx (136)
- # parinfer (16)
- # proton (13)
- # re-frame (33)
- # reagent (34)
- # spacemacs (1)
- # yada (127)
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? )
@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.
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.
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
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)
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)
We can move the discussion to #C053AK3F9, #C0FQERS0H is pretty much an empty channel at this point