You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing an input file while using the --watch command causes it to automatically rebuild the site, but changing a source file in the referenced C# project does not. It would be nice if it did, but I'm not sure how straightforward it would be to get the paths of the source files from the project to watch them as well. It's easy enough to work around though.
Also, even when it does get rebuilt, auto links don't seem to account for changes to the API:
Run Wyam with --watch and keep it running.
Add a class called MyClass.
Put a reference to MyClass in any of the input files where it would normally get auto-linked to that class in the API docs.
Change something in an input file to cause a rebuild.
That reference doesn't get auto-linked even though the new API page does exist.
Close Wyam and restart it.
Now it does get auto-linked properly.
Again, this is really minor and might not even be worth fixing because presumably it would mean spending more time rebuilding whatever cache the auto-linking system uses every time.
The text was updated successfully, but these errors were encountered:
Changing an input file while using the
--watch
command causes it to automatically rebuild the site, but changing a source file in the referenced C# project does not. It would be nice if it did, but I'm not sure how straightforward it would be to get the paths of the source files from the project to watch them as well. It's easy enough to work around though.Also, even when it does get rebuilt, auto links don't seem to account for changes to the API:
--watch
and keep it running.MyClass
.MyClass
in any of the input files where it would normally get auto-linked to that class in the API docs.Again, this is really minor and might not even be worth fixing because presumably it would mean spending more time rebuilding whatever cache the auto-linking system uses every time.
The text was updated successfully, but these errors were encountered: