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
+1
View File
@@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Content Include="CriticalCSS\**\*.*" CopyToOutputDirectory="PreserveNewest" />
<PackageReference Include="ElmahCore" Version="2.1.2" /> <PackageReference Include="ElmahCore" Version="2.1.2" />
<PackageReference Include="Novell.Directory.Ldap.NETStandard" Version="4.0.0" /> <PackageReference Include="Novell.Directory.Ldap.NETStandard" Version="4.0.0" />
<PackageReference Include="Serilog" Version="4.3.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
+2 -1
View File
@@ -92,8 +92,9 @@ async function generateCriticalCSSForViews() {
cookie: cookies.map(c => `${c.name}=${c.value}`).join('; ') cookie: cookies.map(c => `${c.name}=${c.value}`).join('; ')
}, },
forceInclude: [ forceInclude: [
'[data-bs-theme="dark"]', '[data-bs-theme=dark]',
'.navbar', '.navbar',
'.nav-link',
'.dropdown-menu', '.dropdown-menu',
'.me-2', '.me-2',
'.align-items-center', '.align-items-center',