bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 209 forks source link

Watched files can't be deleted on Windows 10 sometimes #556

Open allforabit opened 7 years ago

allforabit commented 7 years ago

I have an issue on Windows 10 where the watched files sometimes can't be deleted. It only happens when there is an error in the code and the heads up display is signaling the error. Files can still be edited however, just not deleted. The reason I want to delete the files is because I'm using org-mode to tangle files, which deletes existing files before replacing it with the new one. The workaround is to temporarilly stop figwheel autobuilding or to make a change to the file and save it. The issue doesn't seem to occur on OSX.