figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
cmal 2017-05-17T09:56:56.025942Z

Hi! In grunt/webpack/express, I can proxy some APIs from other domain/hostname to the current server on which the html page is served and solve the CORS problem. I found the figwheel use ring to start a http server, then I think I can use https://github.com/tailrecursion/ring-proxy to add a proxy path to the figwheel server. But I don't know how can I do this outside the figwheel project?