figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
raymcdermott 2018-09-29T14:42:08.000100Z

I’m trying to run another server as part of my figwheel set-up

raymcdermott 2018-09-29T14:42:30.000100Z

It’s a Java server

raymcdermott 2018-09-29T14:42:59.000100Z

I was originally thinking about using extra-mains but that seems to be CLJS only - is that right?

raymcdermott 2018-09-29T14:43:37.000100Z

Instead I have hacked a ring handler that does nothing but includes code to start up the server when it is loaded

raymcdermott 2018-09-29T14:44:29.000100Z

I would actually like to have it as an extra endpoint on the figwheel server but I use aleph so it’s not compatible with Jetty 😞

raymcdermott 2018-09-29T14:45:07.000100Z

so anyway I have it all working but wondering if there is a better way than this hack?