Skip to content

Bootstrap Blazor Script Not Generated in Docker #6347

Answered by ArgoZhang
rabauss asked this question in Q&A
Discussion options

You must be logged in to vote

@rabauss hi i got something. please update the following changes

<script src="@Assets["_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"]"></script>

update to

<script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
<script src="_framework/blazor.web.js"></script>

Replies: 8 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@ArgoZhang
Comment options

Answer selected by rabauss
@rabauss
Comment options

@ArgoZhang
Comment options

@rabauss
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Question that needs to be answered
2 participants
Converted from issue

This discussion was converted from issue #6323 on July 03, 2025 02:59.