Update LibMan configuration to adjust Bootstrap file paths
This commit is contained in:
@@ -4,12 +4,12 @@
|
|||||||
"libraries": [
|
"libraries": [
|
||||||
{
|
{
|
||||||
"library": "bootstrap@5.3.3",
|
"library": "bootstrap@5.3.3",
|
||||||
"destination": "wwwroot/lib/bootstrap/",
|
"destination": "wwwroot/lib/bootstrap/dist/",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/css/bootstrap.min.css",
|
"css/bootstrap.min.css",
|
||||||
"dist/css/bootstrap.min.css.map",
|
"css/bootstrap.min.css.map",
|
||||||
"dist/js/bootstrap.bundle.min.js",
|
"js/bootstrap.bundle.min.js",
|
||||||
"dist/js/bootstrap.bundle.min.js.map"
|
"js/bootstrap.bundle.min.js.map"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user