sinedied / hads

:books: Markdown superpowered documentation for Node.js
MIT License
167 stars 28 forks source link

Renaming and moving files and folders does not update the [[index]] #39

Open atifsyedali opened 5 years ago

atifsyedali commented 5 years ago

Need to invalidate the cache when the watched files and folders are refactored. (Question: are they watched?)

sinedied commented 5 years ago

There's no file watch, as detecting FS changes comes with some weight dependency-wise and I did not want to make the soft heavier than it is.

Though this can be solved by using Chokidar CLI and making Hads restart on changes.