Fork me on GitHub
#lein-figwheel
<
2017-02-03
>
Aron13:02:28

why is that the file i have in the editor and the file that is running in the browser are different?

Aron13:02:38

it's a stale version from several hours ago

Aron13:02:50

i ran lein clean, i ran (reset-autobuild)

Aron13:02:58

nothing helps

Aron13:02:15

it's terribly frustrating. i have no clue what is causing this

mavbozo15:02:46

@ashnur lein clean only cleans target/ directory . make sure you delete all *.js generated by clojurescript

bhauman16:02:38

@ashnur doing a hard reload in the browser is important, another thing that happens is somehow your current file is failing to build and the message is not getting to you somehow.

bhauman16:02:24

making sure that caching is turned off is important, and your server could be looking at the wrong directory

Aron16:02:10

i don't know what it was, i rebooted everything cleared everything i could, it works now