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
Describe the bug
When the path of a folder containing a fornax site contains multiple dots (.), the watch command will not trigger recompilation via any generator triggers. I encountered this in a repository with a name like this: RepoName.github.io
Describe the bug
When the path of a folder containing a fornax site contains multiple dots (
.
), the watch command will not trigger recompilation via any generator triggers. I encountered this in a repository with a name like this:RepoName.github.io
To Reproduce
Steps to reproduce the behaviour:
reproFornax.github.io
dotnet new tool-manifest
,dotnet tool install fornax
,dotnet fornax new
)dotnet fornax watch
Expected behaviour
content is recompiled and refreshed in the client due to the watch command.
Actual behavior
No recompilation is triggered. This can be circumvented by removing one of the dots in the folder name.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: