Skip to content
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

Add ./build.sh watch to integrate all continuous builds. #390

Merged
merged 3 commits into from
Feb 1, 2025

Conversation

Mpdreamz
Copy link
Member

@Mpdreamz Mpdreamz commented Jan 31, 2025

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.

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.
@Mpdreamz Mpdreamz changed the base branch from main to feature/setup-parcel January 31, 2025 15:21
@Mpdreamz Mpdreamz changed the title feature/setup parcel dotnet watch Add ./build.sh watch to integrate all continuous builds. Jan 31, 2025
@reakaleek reakaleek merged commit 131a5bf into feature/setup-parcel Feb 1, 2025
5 checks passed
@reakaleek reakaleek deleted the feature/setup-parcel-dotnet-watch branch February 1, 2025 09:02
reakaleek added a commit that referenced this pull request Feb 1, 2025
* Set up parceljs

* Fix static file

* Add map files

* Fix EmbeddedResource

* Naming

* Remove duplicate sphinx script

* 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]>

---------

Co-authored-by: Martijn Laarman <[email protected]>
@reakaleek reakaleek mentioned this pull request Feb 3, 2025
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants