figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
cjmurphy 2017-10-28T20:13:52.000034Z

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?