-
Notifications
You must be signed in to change notification settings - Fork 25.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Document how to use static web assets feature in all environments #13864
Comments
We simply need to add a line to the docs that says Static web assets are enabled by default during ( |
@guardrex Is this something we can get added to the RCL docs? |
Static web assets seem to work fine in production without explicitly invoking |
The helper methods described above are only used when running the app from the build output (dotnet run) when the app gets published we simply copy the assets to their final destination and there is no additional runtime code required to make it work. |
@guardrex Can you also indicate that this is only required for non-published apps and that at publish time the assets are simply in their final locations? |
@javiercn Already done on the PR. |
Thanks! That was quick! |
see: dotnet/aspnetcore#13190
We should make sure the docs include the difference between how this feature behaves in production vs development, and how to override this.
The text was updated successfully, but these errors were encountered: