Fixed file CriticalCSS not exporting

This commit is contained in:
2025-11-23 02:28:47 +01:00
parent 5f9cea52af
commit 89aba92b9b
12 changed files with 13 additions and 11 deletions

View File

@@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Content Include="CriticalCSS\**\*.*" CopyToOutputDirectory="PreserveNewest" />
<PackageReference Include="ElmahCore" Version="2.1.2" />
<PackageReference Include="Novell.Directory.Ldap.NETStandard" Version="4.0.0" />
<PackageReference Include="Serilog" Version="4.3.0" />

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -92,8 +92,9 @@ async function generateCriticalCSSForViews() {
cookie: cookies.map(c => `${c.name}=${c.value}`).join('; ')
},
forceInclude: [
'[data-bs-theme="dark"]',
'[data-bs-theme=dark]',
'.navbar',
'.nav-link',
'.dropdown-menu',
'.me-2',
'.align-items-center',