lein-figwheel

Aron 2017-02-03T13:13:28.000520Z

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

Aron 2017-02-03T13:13:38.000521Z

it's a stale version from several hours ago

Aron 2017-02-03T13:13:50.000522Z

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

Aron 2017-02-03T13:13:58.000523Z

nothing helps

Aron 2017-02-03T13:22:15.000524Z

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

mavbozo 2017-02-03T15:50:46.000525Z

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

bhauman 2017-02-03T16:21:38.000526Z

@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.

bhauman 2017-02-03T16:22:24.000527Z

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

Aron 2017-02-03T16:23:10.000528Z

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