From 3201c7e7b3508073c79cda196ee1678efee76f26 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 7 Dec 2021 16:47:23 +0100 Subject: [PATCH] conf library management --- GPW.CORE.UI/libman.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 GPW.CORE.UI/libman.json diff --git a/GPW.CORE.UI/libman.json b/GPW.CORE.UI/libman.json new file mode 100644 index 0000000..bc1c6a6 --- /dev/null +++ b/GPW.CORE.UI/libman.json @@ -0,0 +1,15 @@ +{ + "version": "1.0", + "defaultProvider": "cdnjs", + "libraries": [ + { + "library": "font-awesome@5.15.4", + "destination": "wwwroot/lib/font-awesome/" + } + , +{ + "library": "bootstrap@4.6.1", + "destination": "wwwroot/lib/bootstrap/" +} +] +} \ No newline at end of file