I have a notebook that starts by loading a file from resources, and then uses the data from the file to render expressions. Is there a way to setup file watcher such that the notebook is re-rendered every time the resource file is updated?
Since the file I was working with is a JSON document, I went by transforming it into EDN and embedding it in the notebook. When I'm done tinkering with it, I just transform it back to JSON. This also allows me to have comments in the middle of the document, so works for me. 😄