why is that the file i have in the editor and the file that is running in the browser are different?
it's a stale version from several hours ago
i ran lein clean, i ran (reset-autobuild)
nothing helps
it's terribly frustrating. i have no clue what is causing this
@ashnur lein clean
only cleans target/ directory . make sure you delete all *.js generated by clojurescript
@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.
making sure that caching is turned off is important, and your server could be looking at the wrong directory
i don't know what it was, i rebooted everything cleared everything i could, it works now