diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index a8dee613e..1b3a8a749 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -2,7 +2,7 @@ Exe netcoreapp2.1 - 1.0.2.99 + 1.0.2.100 NU1701,CA1816,CA1308,CA1810,CA2208 diff --git a/BTCPayServer/Hosting/BTCPayServerServices.cs b/BTCPayServer/Hosting/BTCPayServerServices.cs index 748cc0476..c917f6d21 100644 --- a/BTCPayServer/Hosting/BTCPayServerServices.cs +++ b/BTCPayServer/Hosting/BTCPayServerServices.cs @@ -157,7 +157,7 @@ namespace BTCPayServer.Hosting { var opts = provider.GetRequiredService(); var bundle = new BundleOptions(); - bundle.UseMinifiedFiles = opts.BundleJsCss; + bundle.UseBundles = opts.BundleJsCss; bundle.AppendVersion = true; return bundle; });