From 00c3b32e2db200a2f42396ac7f8381704ec97268 Mon Sep 17 00:00:00 2001 From: Paweł Bernaciak Date: Fri, 10 Feb 2023 16:19:46 +0100 Subject: Initial Commit --- CoreWiki/bundleconfig.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CoreWiki/bundleconfig.json (limited to 'CoreWiki/bundleconfig.json') diff --git a/CoreWiki/bundleconfig.json b/CoreWiki/bundleconfig.json new file mode 100644 index 0000000..d549d1c --- /dev/null +++ b/CoreWiki/bundleconfig.json @@ -0,0 +1,14 @@ +[ + { + "outputFileName": "wwwroot/lib/simplemde/simplemde.min.js", + "inputFiles": [ + "node_modules/simplemde/dist/simplemde.min.js" + ] + }, + { + "outputFileName": "wwwroot/lib/simplemde/simplemde.min.css", + "inputFiles": [ + "node_modules/simplemde/dist/simplemde.min.css" + ] + } +] \ No newline at end of file -- cgit v1.2.3