node-dev
node-dev copied to clipboard
watch file content instead of timestamp
I have a Typescript project that compiles the front-end and back-end in one pass. The problem is that the Typescript compiler touches all files, therefor node-dev always restarts even if the file content did not change. Is it possible to include some kind of content check and not only rely on file timestamps?