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 323
323
},
324
324
"replaces" : " 44300"
325
325
},
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
+ },
326
339
"InteractivityPlatform" : {
327
340
"type" : " parameter" ,
328
341
"datatype" : " choice" ,
Original file line number Diff line number Diff line change 10
10
<link rel="stylesheet" href="@Assets["lib/bootstrap/dist/css/bootstrap.min.css"]" />
11
11
##endif*@
12
12
<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" ]" />
14
14
<ImportMap />
15
15
@* #if (SampleContent)
16
16
<link rel="icon" type="image/png" href="favicon.png" />
You can’t perform that action at this time.
0 commit comments