-
Notifications
You must be signed in to change notification settings - Fork 25.3k
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
Typescript+Static Web Assets integration #34165
Labels
Comments
javiercn
added
⌚ Not Triaged
Source - Docs.ms
Docs Customer feedback via GitHub Issue
labels
Nov 18, 2024
1 task
github-project-automation
bot
moved this to 🔖 Ready
in dotnet/AspNetCore.Docs November 2024 sprint
Nov 19, 2024
@guardrex you can take this if you like, otherwise I'll fix. |
I had already gone to 🛌 when you remarked, and I see you have the PR for it. |
We also need this target instead of + <Target Name="RemoveDuplicateTypeScriptOutputs" BeforeTargets="GetTypeScriptOutputForPublishing">
+ <ItemGroup>
+ <Content Remove="@(GeneratedJavaScript)" />
+ </ItemGroup>
+ </Target> |
github-project-automation
bot
moved this to 🔖 Ready
in dotnet/AspNetCore.Docs December 2024 sprint
Dec 2, 2024
Rick-Anderson
moved this from 🔖 Ready
to 👀 In review
in dotnet/AspNetCore.Docs December 2024 sprint
Dec 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
CompileTypeScript
needs to be updated toCompileTypeScriptWithTSConfig
as the target has changedImprove this section to include removing the content from the wwwroot folder in the typescript section.
Page URL
https://learn.microsoft.com/en-us/aspnet/core/razor-pages/ui-class?view=aspnetcore-9.0&tabs=visual-studio#typescript-integration
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/razor-pages/ui-class.md
Document ID
fd116d00-0dc7-efaf-c714-34d77b345a05
Article author
@tdykstra
Related Issues
The text was updated successfully, but these errors were encountered: