From 061f428a5418791943cde5f55e7c1930383b5d12 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 27 Feb 2018 17:29:57 +0900 Subject: [PATCH] fix bundling --- BTCPayServer/Hosting/Startup.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/BTCPayServer/Hosting/Startup.cs b/BTCPayServer/Hosting/Startup.cs index 43d46ef71..afa361675 100644 --- a/BTCPayServer/Hosting/Startup.cs +++ b/BTCPayServer/Hosting/Startup.cs @@ -101,13 +101,6 @@ namespace BTCPayServer.Hosting // l.UseHttps("devtest.pfx", "toto"); // }); //}); - - // bundling - services.AddBundles(options => - { - options.UseMinifiedFiles = Environment.GetEnvironmentVariable("BTCPAY_BUNDLEJSCSS") == "true"; - options.AppendVersion = true; - }); } // Big hack, tests fails if only call AddHangfire because Hangfire fail at initializing at the second test run