-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can I use incremental compilation? #7
Comments
How do you do incremental compilation with NGC, even without gulp-ngc? |
I don't know, I haven't done with NGC, but how it's a wrapper of tsc... I'm interested in know if it's possible or not (or I can use other tool to reach this) |
Neither tsc nor ngc and respectively nor gulp-ngc aren't support incremental compilation they even doesn't support piping. |
You are rigth. I have searching info about that and I have found this:
Thanks! |
In reference to gulp-typescript, I would like to implement that or any kind of cache system to gulp and reduce the compilation time when I do
watch
.Thanks for your wrapper 😄
The text was updated successfully, but these errors were encountered: