mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-09 09:04:20 +01:00
fix bundling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user