Fork me on GitHub
#figwheel
<
2017-10-28
>
cjmurphy20:10:52

In my source code there's a package which on the file-system is a symbolic link to a directory that has contains real source code files. I notice that changes to the the code that is across the symlink are not picked up unless I restart the figwheel REPL. Is there some way I can tell figwheel to follow symlinks? Or is this not what my problem is, because figwheel is happy to traverse directory symlinks?