Fork me on GitHub
#lein-figwheel
<
2015-11-13
>
kevinmershon07:11:24

⬆️ Ended up figuring it out, finally. Needed to use :url-rewriter on the client-side

bhauman13:11:17

you shoudn't have to use :url-rewriter at all

bhauman13:11:12

@kevinmershon: what version of figwheel are you using? You shouldn't have to use url-rewriter at all.

kevinmershon15:11:47

@bhauman I rolled back to 0.2.5. I'd like to bump up to 0.5.0 today now that I've got a stable working version.

bhauman15:11:12

if you are using chestnut that may be difficult

bhauman15:11:51

I'm pretty sure they hook into figwheel internals

bhauman15:11:04

Many of which have changed

kevinmershon15:11:58

I am, and they do. That was also why I rolled back to 0.2.5. But I'm not afraid of digging around in figwheel's internals. I've already learned quite a lot about how it works from doing exactly that.

kevinmershon15:11:08

I really like the capabilities you put into this thing.

kevinmershon15:11:56

My plan is to get my setup figured out and then submit a PR to chestnut bumping to 0.5.0 so you don't keep getting scrubs like me hitting you up over older config issues.