Fork me on GitHub
#lein-figwheel
<
2017-03-16
>
twashing04:03:07

I can’t seem to setup figwheel with my own jetty http server, as per Figwheel’s separate server example. https://github.com/bhauman/lein-figwheel/tree/master/examples/separate-server

twashing04:03:26

[figwheel-sidecar “0.5.10-SNAPSHOT”] doesn’t seem to be available on clojars or maven central.

twashing04:03:32

Anyone have this working?

twashing04:03:57

Oh nevermind. Just cloned and installed locally.

twashing06:03:46

> I was able to get Figwheel's separate server example working. https://github.com/bhauman/lein-figwheel/tree/master/examples/separate-server

twashing06:03:56

> When I tried lein figwheel in a test app of my own, my server is launched, but no repl launches. What am I missing? https://github.com/twashing/figwheel-docker/blob/master/project.clj https://github.com/twashing/figwheel-docker/blob/master/dev/user.clj

twashing06:03:04

> Also, from a cider-jack-in repl, manually running fig-start no longer launches my custom jetty server (https://github.com/twashing/figwheel-docker/blob/master/dev/user.clj#L70)

twashing21:03:40

@cjmurphy Ah I see what you’re saying. Nice!

twashing21:03:22

Sorted out my problem btw. Just needed this entry in my project.clj

{ :figwheel { :ring-handler user/http-handler } }

bhauman23:03:15

@twashing yeah you can use 0.5.9, my assumption that that was clear was near sighted