Update LibMan configuration to adjust Bootstrap file paths
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user