From 8028afc38db4d0bcc4ef1b92a32973367028c28f Mon Sep 17 00:00:00 2001 From: hvanranden Date: Thu, 22 Jan 2026 19:22:00 +0100 Subject: [PATCH] Update LibMan configuration to adjust Bootstrap file paths --- Intentor/libman.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Intentor/libman.json b/Intentor/libman.json index 945d0f4..c61ad48 100644 --- a/Intentor/libman.json +++ b/Intentor/libman.json @@ -4,12 +4,12 @@ "libraries": [ { "library": "bootstrap@5.3.3", - "destination": "wwwroot/lib/bootstrap/", + "destination": "wwwroot/lib/bootstrap/dist/", "files": [ - "dist/css/bootstrap.min.css", - "dist/css/bootstrap.min.css.map", - "dist/js/bootstrap.bundle.min.js", - "dist/js/bootstrap.bundle.min.js.map" + "css/bootstrap.min.css", + "css/bootstrap.min.css.map", + "js/bootstrap.bundle.min.js", + "js/bootstrap.bundle.min.js.map" ] } ]