From 790b50815c24da44d29229e6431d9e6e848c7b4b Mon Sep 17 00:00:00 2001 From: RaidMax Date: Wed, 13 Jul 2022 16:27:47 -0500 Subject: [PATCH] fix incorrect js bundle input source --- WebfrontCore/bundleconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebfrontCore/bundleconfig.json b/WebfrontCore/bundleconfig.json index 7fc13e52..d1a2b2d2 100644 --- a/WebfrontCore/bundleconfig.json +++ b/WebfrontCore/bundleconfig.json @@ -12,7 +12,7 @@ "outputFileName": "wwwroot/js/global.min.js", "inputFiles": [ "wwwroot/lib/jquery/dist/jquery.js", - "wwwroot/lib/moment.js/moment-with-locales.min.js", + "wwwroot/lib/moment.js/min/moment-with-locales.min.js", "wwwroot/lib/moment-timezone/moment-timezone.min.js", "wwwroot/lib/chart.js/dist/Chart.bundle.min.js", "wwwroot/lib/halfmoon/js/halfmoon.min.js",