-
Notifications
You must be signed in to change notification settings - Fork 712
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
Watch Inclusions #2675
Comments
This is expected as watch mode just uses typescript's watch with a hook to generate docs, there isn't any support for watching other changes. This is essentially the same limitation as what is preventing #1772 |
so currently there is no way to solve it? |
Correct, it isn't supported yet |
For anyone encountering this issue, you can work around it using the "watch-docs": "onchange --await-write-finish 3000 -i --kill \"*.md\" \"guides/**/*.md\" \"typedoc.config.*\" \"typedoc/*\" -- typedoc --watch", Of course you need to change the patterns and command line to something that makes sense for your project. (e.g. the The |
If this isn't fixable, maybe a quick note about it in the docs would help? |
There is a note - https://typedoc.org/documents/Options.Other.html#watch
|
Search terms
Watch
Expected Behavior
I expected watch to watch the files changes on
Actual Behavior
changes made to the said files included above does not re-execute the build unless i quit watch mode and re-execute the command again
Steps to reproduce the bug
if this is not a normal behavior tag me on this issue so i can provide a repo that recreates this bug, if this is the normal behavior
converting this to a feature request would be the next choice
Environment
The text was updated successfully, but these errors were encountered: