diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj
index ec219bc37..4492aff71 100644
--- a/BTCPayServer/BTCPayServer.csproj
+++ b/BTCPayServer/BTCPayServer.csproj
@@ -104,6 +104,8 @@
+
+
diff --git a/BTCPayServer/Views/Shared/_Layout.cshtml b/BTCPayServer/Views/Shared/_Layout.cshtml
index f4c942a79..4a895bff9 100644
--- a/BTCPayServer/Views/Shared/_Layout.cshtml
+++ b/BTCPayServer/Views/Shared/_Layout.cshtml
@@ -17,10 +17,10 @@
BTCPay Server
@* CSS *@
-
+
@* JS *@
-
+
diff --git a/BTCPayServer/Views/Shared/_ValidationScriptsPartial.cshtml b/BTCPayServer/Views/Shared/_ValidationScriptsPartial.cshtml
index fa076b6b9..4d169afd3 100644
--- a/BTCPayServer/Views/Shared/_ValidationScriptsPartial.cshtml
+++ b/BTCPayServer/Views/Shared/_ValidationScriptsPartial.cshtml
@@ -1,3 +1,3 @@
@addTagHelper *, Meziantou.AspNetCore.BundleTagHelpers
-
+
diff --git a/BTCPayServer/bundleconfig.json b/BTCPayServer/bundleconfig.json
index 93653a599..9580071d4 100644
--- a/BTCPayServer/bundleconfig.json
+++ b/BTCPayServer/bundleconfig.json
@@ -1,6 +1,6 @@
[
{
- "outputFileName": "wwwroot/bundles/main/bundle.css",
+ "outputFileName": "wwwroot/bundles/main/bundle.min.css",
"inputFiles": [
"wwwroot/vendor/bootstrap/css/bootstrap.css",
"wwwroot/vendor/magnific-popup/magnific-popup.css",
@@ -10,7 +10,7 @@
]
},
{
- "outputFileName": "wwwroot/bundles/main/bundle.js",
+ "outputFileName": "wwwroot/bundles/main/bundle.min.js",
"inputFiles": [
"wwwroot/vendor/jquery/jquery.js",
"wwwroot/vendor/popper/popper.js",
@@ -22,7 +22,7 @@
]
},
{
- "outputFileName": "wwwroot/bundles/jqueryvalidate/bundle.js",
+ "outputFileName": "wwwroot/bundles/jqueryvalidate/bundle.min.js",
"inputFiles": [
"wwwroot/vendor/jquery-validate/jquery.validate.js",
"wwwroot/vendor/jquery-validate-unobtrusive/jquery.validate.unobtrusive.js"