|
9 | 9 | { |
10 | 10 | "provider": "unpkg", |
11 | 11 | |
| 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 | + ], |
12 | 34 | "destination": "wwwroot/lib/bootstrap/" |
13 | 35 | }, |
14 | 36 | { |
|
0 commit comments