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
However, when updating fsdocs-default.css (either in the F# Formatting repository or a copy of it in the project to document) it is triggering an infinite update queue as I am seeing the following messages repeat itself over and over.
It also cause a lot of Trying to reload content/fsdocs-default.css in the browser, and it makes it impossible to modify the CSS in the browser to prototype because it is overwritten over and over.
To work around this issue, I need to kill and re-start the process.
I have this bug both with the latest version of the tool and the main branch.
The text was updated successfully, but these errors were encountered:
I am using
dotnet build ../../fsprojects/FSharp.Formatting && /fsdocs-tool/bin/Debug/net6.0/fsdocs watch --nolaunch
to run the tool locally.
However, when updating
fsdocs-default.css
(either in the F# Formatting repository or a copy of it in the project to document) it is triggering an infinite update queue as I am seeing the following messages repeat itself over and over.It also cause a lot of
Trying to reload content/fsdocs-default.css
in the browser, and it makes it impossible to modify the CSS in the browser to prototype because it is overwritten over and over.To work around this issue, I need to kill and re-start the process.
I have this bug both with the latest version of the tool and the main branch.
The text was updated successfully, but these errors were encountered: