lein-figwheel

verma 2016-09-04T13:22:13.000004Z

madvas: you can provide your own ring handler and figwheel will use that, I’ve have had issues with with that and html5 history though. I now use an nginx proxy to handle all this for me, it also lets me run several other backend services on random ports and map them to paths on my server /api -> localhost:8080.

madvas 2016-09-04T18:04:51.000005Z

@verma yep, I’ve used own ring handler, thanks