Fork me on GitHub
#figwheel
<
2017-04-07
>
mikerod18:04:10

Has anyone ever seen a case where figwheel seems to be finding old state from files that don’t exist anymore?

mikerod18:04:21

I’ve done lein clean, I know for sure that these old js files are gone

mikerod18:04:33

and I’ve restarted a bunch of times, it keeps loading old state

mikerod18:04:55

it seems like it is getting it from no where. I can’t seem to sort it out.

mikerod18:04:26

the cljs-repl is behaving similarly. Unless there is osme fig process server stuck runnimng with this stuff in memory, but I don’t see how

mikerod18:04:53

it was crazy. I restarted all processes, double checked all target and resources/public/js/compiled was completely gone. and figwheel kept starting up with stale state

mikerod18:04:12

I had to just change the var names involved eventually and it stopped… Unless somehow this has to do with browser caching.

mikerod18:04:59

however, the js files were definitely recompiled and didn’t have the old data in them. I checked all the compiled output. I was just wondering if anyone has seen figwheel hang onto old state like this before with no file-trace and what I could be missing