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

Blazor Javascript Files #12358

Closed
mike1o1 opened this issue May 9, 2019 — with docs.microsoft.com · 2 comments · Fixed by #12374
Closed

Blazor Javascript Files #12358

mike1o1 opened this issue May 9, 2019 — with docs.microsoft.com · 2 comments · Fixed by #12374
Assignees
Labels
Blazor Pri0 Urgent priority Source - Docs.ms Docs Customer feedback via GitHub Issue

Comments

Copy link

mike1o1 commented May 9, 2019

The documentation states that for server-side Blazor, the javascript files will be located in "bin/{Debug|Release}/{TARGET FRAMEWORK}/publish/{APPLICATION NAME}.App/dist/_framework" however that doesn't seem to be correct as I don't see the files there.

It would be great if this file can be published on npm so that it can be included with a webpack build.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@dotnet-bot dotnet-bot added the Source - Docs.ms Docs Customer feedback via GitHub Issue label May 9, 2019
@guardrex guardrex self-assigned this May 9, 2019
@guardrex guardrex added the Blazor label May 9, 2019
@guardrex guardrex added this to the 2019 Q2 ends June 30 milestone May 9, 2019
@guardrex
Copy link
Collaborator

guardrex commented May 9, 2019

Thanks @mike1o1 ... The 🧀 moved on that back for Preview 2, but we didn't get it into the docs. Thanks for letting me know. I'll take care of it.

We no longer need to load blazor.server.js from the client app project, because it's now served directly from an embedded resource in .Components.Server middleware.

dotnet/aspnetcore#6562

@guardrex
Copy link
Collaborator

guardrex commented May 9, 2019

@mike1o1 WRT ...

It would be great if this file can be published on npm so that it can be included with a webpack build.

That's engineering feedback, so you should open that suggestion over on the aspnet.AspNetCore repo issues where the engineers will see it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blazor Pri0 Urgent priority Source - Docs.ms Docs Customer feedback via GitHub Issue
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants