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
Add ./build.sh watch to integrate all continuous builds. (#390)
All continuous builds are now servicable through `dotnet watch`
> dotnet watch --project src/docs-builder --no-hot-reload -- serve
Will build web assets without recompiling c# or rebooting the server.
C# or cshtml changes will rebuild automatically.
Markdown files will continue to be server through liverload without a full restart.
Co-authored-by: Jan Calanog <[email protected]>
0 commit comments