diff options
Diffstat (limited to 'CoreWiki/bundleconfig.json')
| -rw-r--r-- | CoreWiki/bundleconfig.json | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
