Skip to content

Emit only updated files during incremental compilation #478

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
kimamula opened this issue Jan 9, 2017 · 2 comments
Closed

Emit only updated files during incremental compilation #478

kimamula opened this issue Jan 9, 2017 · 2 comments

Comments

@kimamula
Copy link

kimamula commented Jan 9, 2017

TypeScript does not emit unchanged files when using watch option.

It is likely that this feature is not available in gulp-typescript, as it does not support watch option.
It would be nice if gulp-typescript mimic this feature during incremental compilation.

@kimamula
Copy link
Author

kimamula commented Jan 9, 2017

I noticed that this would be quite difficult because

  • gulp-typescript does not know dest location
  • Output of gulp-typescript may be further processed

Sorry.

@kimamula kimamula closed this as completed Jan 9, 2017
@kkovalevskiy
Copy link

kkovalevskiy commented Feb 4, 2017

@kimamula I suppose that it would be nice have such option in gulp-typescript configuration, it can be pretty useful for incremental builds and we could skip emitting phase for unchanged files (it can take pretty much time if you have a big project with >3000 .ts files). So, it would be great if such option would exist and can be configurable outside of gulp-typescript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants