fix bundling

This commit is contained in:
nicolas.dorier
2018-02-27 17:29:57 +09:00
parent 9a539fd350
commit 061f428a54

View File

@@ -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