Fork me on GitHub
#figwheel-main
<
2018-08-29
>
neural13:08:53

hello all! anyone know if figwheel-main is working with emacs+cider??

neural13:08:04

whats the config for that? im getting fighwheel-main is not available..

neural13:08:31

the cider docs says just C-c M-J and it loads piggieback and stuff...

bhauman13:08:32

need some more specifics

bhauman13:08:04

yeah I think the docs are lying

bhauman13:08:23

I think that is true for lein, but not for clojure tools yet

bhauman13:08:46

I’d check over at #cider to see what the status is

neural13:08:00

hummm and why i am moving to clj cli???

bhauman13:08:45

it was working on cider then someone broke it, I do know that it’s slated to be fixed

bhauman13:08:23

nREPL server with piggieback in it

bhauman13:08:33

you may have to create one

bhauman13:08:43

but actually it should be fixed by now

thiru17:08:29

Not sure if this is a bug, but when I use (figwheel.main.api/start {:mode :serve} "dev") this doesn't merge the map from my figwheel-main.edn

thiru17:08:21

I noticed this because my CSS wasn't dynamically updating. I had it set in figwheel-main.edn only. After I included it in the call to start it works

thiru17:08:57

Ahh I see that this is noted in the Scripting API doc: "The figwheel-config-or-build arg can be a build or a map of Figwheel options that will be used in place of the options found in a figwheel-main.edn file if present."