Fork me on GitHub
#lein-figwheel
<
2016-12-07
>
hlolli12:12:48

Anyone had sucess enabling jetty's :async true in figwheel handler config (`:figwheel-options`)

bhauman14:12:17

@isak your websocket url is blank??

isak15:12:01

@bhauman : yea :thinking_face:

samueldev15:12:17

@isak what does your config look like?

isak15:12:43

@samueldev: i have a figwheel.edn that looks like this:

:http-server-root "public"
 :server-port 3449
 :builds-to-start ["dev"]
 :builds [
          {:id "dev"
           :source-paths ["src" "dev-src" "test-src"]
           :figwheel { :on-jsload "front.tests.runner/run" }
...

isak15:12:35

running it via sidecar. it is strange, because it was working before, and I don't think i've changed anything or even upgraded dependencies

samueldev16:12:10

@isak is this a node env or worker env or html env?

samueldev16:12:45

what browser?

isak16:12:43

also windows

samueldev16:12:17

hey @bhauman I'm trying to get set up to do some work on figwheel (and to further look into what @isak is describing) - simply running ./scripts/install doesn't seem to be making my cljs projects use my locally installed figwheel, any idea why? is there a dev guide anywhere? (didn't see anything in the readme)

bhauman16:12:51

your dev project needs to point to the installed SNAPSHOT version?

samueldev16:12:08

yeah it is, but I forgot to lein clean 😛 sorry to bug

bhauman16:12:19

no worries, this is all part of it