Skip to content

nodemon - change files on disk that really changed #9364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
normalser opened this issue Jun 26, 2016 · 3 comments
Closed

nodemon - change files on disk that really changed #9364

normalser opened this issue Jun 26, 2016 · 3 comments
Labels
Duplicate An existing issue was already created

Comments

@normalser
Copy link

Similar to #8660 but probably different.
Is it possible for tsc to only "replace/modify" files on disk if they really got changed.
I understand that entire project needs to be "compiled" but it would be great if only changed 'js' files on disk would be overwritten.
Otherwise it creates issues with tools like nodemon - it picks up change in first file - restarts, then another file - restarts, etc ... - for now I need to put delay in nodemon config - which is not the best approach.

@kitsonk
Copy link
Contributor

kitsonk commented Jun 27, 2016

Really more a duplicate of #3204 which has been pushed to TS2.1.

@mhegazy
Copy link
Contributor

mhegazy commented Jun 27, 2016

This is already handled by #3113. it should be available in typescript@next. please give it a try and let us know if you are still running into issues.

@mhegazy
Copy link
Contributor

mhegazy commented Jun 27, 2016

closing in favor of #3113

@mhegazy mhegazy closed this as completed Jun 27, 2016
@mhegazy mhegazy added the Duplicate An existing issue was already created label Jun 27, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

3 participants