Fork me on GitHub
#lein-figwheel
<
2016-02-26
>
bhauman00:02:45

I've been working a ridiculous number of hours addressing configuration validation. Not just validation but a smart suggestion system based on the state of the configuration.

venantius00:02:10

configuration doesn’t matter for the people for whom it already works

venantius00:02:17

and for everyone else it’s literally the most important thing for them

doddenino17:02:30

Super noob question: what's the correct way to configure figwheel to handle a single page app using Html5 history api? Right now I get a Figwheel Server: Resource not found

venantius18:02:24

I’m actually not sure about this myself with the default figwheel server. I’ve run into this exact problem when working with accountant and my solution was just to set up a proper ring backend while having figwheel just push fresh JS

doddenino19:02:48

I see, thanks!