-
Notifications
You must be signed in to change notification settings - Fork 122
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
"Fast" compile does not work as cache is cleared on every compile #328
Comments
Hi, All that said, I'd like to make sure fast works if indeed it is bugged, so let's keep this open. |
@nycdotnet feel free to remove the hacky fast code if it becomes a maintenance problem 🌹 |
Basically |
Just wanted to chime in and say that I am really looking forward to having |
For me too. |
I have the same problem - and I'm not even using fast compile |
Hi - at this point I highly recommend using the built-in TSC fast compile infrastructure. Grunt-ts is quite out of date and not maintained. |
When I run
grunt-ts
in a setup withgrunt-contrib-watch
, the fast compile does not work. Every time a file is changed, I see the following message:I did some debugging and it appears the
compile.js
module is re-run every time, which clears the map which stores which files are cached for fast compile.This results in a minor file change taking 45 seconds to recompile, which makes my entire grunt-ts setup rather pointless.
My setup is as follows:
The text was updated successfully, but these errors were encountered: