diff --git a/Website/bundleconfig.json b/Website/bundleconfig.json index 54fcadc..2a9fcca 100644 --- a/Website/bundleconfig.json +++ b/Website/bundleconfig.json @@ -1,8 +1,8 @@ [ { - "outputFileName": "wwwroot/js/site.min.js", + "outputFileName": "wwwroot/js/javascript.min.js", "inputFiles": [ - "wwwroot/js/site.js" + "wwwroot/js/javascript.js" ], "minify": { "enabled": true,