Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 9d194ac

Browse files
author
Ramón Tomás
committed
Added libman subset of necessary lib files in mvcapp
1 parent ccd11f0 commit 9d194ac

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/Web/WebMVC/libman.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@
99
{
1010
"provider": "unpkg",
1111
"library": "[email protected]",
12+
"files": [
13+
"dist/css/bootstrap.css",
14+
"dist/css/bootstrap.css.map",
15+
"dist/css/bootstrap.min.css",
16+
"dist/css/bootstrap.min.css.map",
17+
"dist/css/bootstrap-theme.css",
18+
"dist/css/bootstrap-theme.css.map",
19+
"dist/css/bootstrap-theme.min.css",
20+
"dist/css/bootstrap-theme.min.css.map",
21+
"dist/fonts/glyphicons-halflings-regular.eot",
22+
"dist/fonts/glyphicons-halflings-regular.svg",
23+
"dist/fonts/glyphicons-halflings-regular.ttf",
24+
"dist/fonts/glyphicons-halflings-regular.woff",
25+
"dist/fonts/glyphicons-halflings-regular.woff2",
26+
"dist/js/bootstrap.js",
27+
"dist/js/bootstrap.min.js",
28+
"fonts/glyphicons-halflings-regular.eot",
29+
"fonts/glyphicons-halflings-regular.svg",
30+
"fonts/glyphicons-halflings-regular.ttf",
31+
"fonts/glyphicons-halflings-regular.woff",
32+
"fonts/glyphicons-halflings-regular.woff2"
33+
],
1234
"destination": "wwwroot/lib/bootstrap/"
1335
},
1436
{

0 commit comments

Comments
 (0)