Re: ring.middleware.reload and figwheel

2015-07-28 Thread Francis Avila
I've never used ring.middleware.reload, but I do run client figwheel and server in the same jvm. In your project.clj, make figwheel listen on an nrepl port: :figwheel {:nrepl-port 7888 :server-port 3000 ; http :repl false ; Optional: keep this off and bootstrap to cl

Re: ring.middleware.reload and figwheel

2015-07-28 Thread Leon Talbot
+1 Le mercredi 13 mai 2015 09:06:05 UTC-4, Paco Viramontes a écrit : > > Any luck with this? I want to do the same :P > > On Thursday, April 30, 2015 at 3:06:13 AM UTC-7, Dan Kersten wrote: >> >> Hi, >> >> I've got a clojure(script) project where I use figwheel to live-reload >> cljs and this wor

Re: ring.middleware.reload and figwheel

2015-05-13 Thread Paco Viramontes
Any luck with this? I want to do the same :P On Thursday, April 30, 2015 at 3:06:13 AM UTC-7, Dan Kersten wrote: > > Hi, > > I've got a clojure(script) project where I use figwheel to live-reload > cljs and this works great, but I'm now trying to set up live reloading of > the server-side clojur

ring.middleware.reload and figwheel

2015-04-30 Thread Daniel Kersten
Hi, I've got a clojure(script) project where I use figwheel to live-reload cljs and this works great, but I'm now trying to set up live reloading of the server-side clojure too. Since I don't want to run multiple jvm/lein instances, I'm using figwheels :ring-handler feature to add my server ring h