File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp
BlazorWebCSharp.1/Components Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 323323 },
324324 "replaces" : " 44300"
325325 },
326+ "StyleBundleName" :{
327+ "type" : " generated" ,
328+ "generator" : " regex" ,
329+ "replaces" : " StyleBundleName" ,
330+ "parameters" : {
331+ "source" : " name" ,
332+ "steps" : [
333+ {
334+ "regex" : " " ,
335+ "replacement" : " _"
336+ }]
337+ }
338+ },
326339 "InteractivityPlatform" : {
327340 "type" : " parameter" ,
328341 "datatype" : " choice" ,
Original file line number Diff line number Diff line change 1010 <link rel="stylesheet" href="@Assets["lib/bootstrap/dist/css/bootstrap.min.css"]" />
1111 ##endif*@
1212 <link rel =" stylesheet" href =" @Assets[" app.css " ]" />
13- <link rel =" stylesheet" href =" @Assets[" BlazorWebCSharp.1 .styles.css" ]" />
13+ <link rel =" stylesheet" href =" @Assets[" StyleBundleName .styles.css" ]" />
1414 <ImportMap />
1515 @* #if (SampleContent)
1616 <link rel="icon" type="image/png" href="favicon.png" />
You can’t perform that action at this time.
0 commit comments