-
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
Suppress console output for compiled files #389
Comments
Hi - you're not missing it. PRs definitely accepted to add such a feature. Feel free to comment out the line that is writing that message to the console. |
For anyone searching for a quick solution to this until we have a proper fix:
With this, it is ensured that whenever you |
I am just going to remove this in grunt-ts 6 unless the user specifies |
Any ETA on a release for this feature? It causes some trouble in Jetbrains IDEs due to a bug of their own: |
Hi @shmax - I haven’t been able to spend much time on grunt-ts lately but PRs definitely accepted if you are willing. |
Hi, I don't seem to find any option to not show the compilation message that is printed in the console for each single ts file that has been compiled. I am refering to messages like this:
### Fast Compile >>src/server.ts
In a project running under watch to recompile after each saved change, this is spammy and too verbose. When the count of ts files increases this quickly gets out of hand.
Is there an option/flag I'm missing here? If not, I think this is a feature sorely needed.
Thank you for your time.
The text was updated successfully, but these errors were encountered: