Fork me on GitHub
#lein-figwheel2015-09-21
>
michaeldrogalis16:09:40

Hi! Is it possible to force a particular file to be reloaded every time Figwheel detects a change across the project, even if that specific file wasn't touched?

lboliveira17:09:54

@michaeldrogalis: did you try :figwheel-always ?

michaeldrogalis18:09:47

Missed that the first read. Thanks @lboliveira simple_smile

michaeldrogalis20:09:44

@lboliveira: Hm, I must be doing something wrong. I did lein new chestnut my-app and added ^:figwheel-no-load to the core.cljs namespace. When I lein repl and invoke (run), core.cljs appears to be updated by Figwheel. Am I doing something wrong?