File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 55 <meta charset =" utf-8" />
66 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
77 <base href =" /" />
8- <link href =" @Assets[ " css /docs.css " ] " rel =" stylesheet" />
8+ <link href =" css/docs.css" rel =" stylesheet" />
99 <link rel =" icon" type =" image/png" href =" favicon.png" />
1010 <PageTitle >LumexUI - A versatile Blazor UI library built using Tailwind CSS</PageTitle >
11- <ImportMap />
1211 <HeadOutlet />
1312</head >
1413
Original file line number Diff line number Diff line change 4848 </Target >
4949
5050 <Target Name =" TailwindCSS" AfterTargets =" InstallTailwindCSS" >
51- <Exec Command =" tailwindcss -i ./Styles/globals.css -o ./wwwroot/css/docs.css --minify " Condition =" '$(OS)' == 'Windows_NT'" />
52- <Exec Command =" ./tailwindcss -i ./Styles/globals.css -o ./wwwroot/css/docs.css --minify " Condition =" '$(OS)' != 'Windows_NT'" />
51+ <Exec Command =" tailwindcss -i ./Styles/globals.css -o ./wwwroot/css/docs.css" Condition =" '$(OS)' == 'Windows_NT'" />
52+ <Exec Command =" ./tailwindcss -i ./Styles/globals.css -o ./wwwroot/css/docs.css" Condition =" '$(OS)' != 'Windows_NT'" />
5353 </Target >
5454
5555</Project >
Original file line number Diff line number Diff line change 3737
3838app . UseHttpsRedirection ( ) ;
3939
40+ app . UseStaticFiles ( ) ;
4041app . UseAntiforgery ( ) ;
4142
42- app . MapStaticAssets ( ) ;
4343app . MapRazorComponents < App > ( )
4444 . AddInteractiveWebAssemblyRenderMode ( )
4545 . AddAdditionalAssemblies ( typeof ( LumexUI . Docs . Client . _Imports ) . Assembly ) ;
You can’t perform that action at this time.
0 commit comments