node-dev icon indicating copy to clipboard operation
node-dev copied to clipboard

watch file content instead of timestamp

Open Niels-Be opened this issue 8 years ago • 0 comments

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?

Niels-Be avatar Sep 27 '17 09:09 Niels-Be