Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 0343337

Browse files
committed
feat(web-status): replace third party library files with libman package manager
1 parent 18f5b0d commit 0343337

36 files changed

Lines changed: 36 additions & 39245 deletions

src/Web/WebStatus/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wwwroot/lib/

src/Web/WebStatus/WebStatus.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<ItemGroup>
1010
<PackageReference Include="AspNetCore.HealthChecks.UI" Version="3.1.1" />
1111
<PackageReference Include="AspNetCore.HealthChecks.UI.SqlServer.Storage" Version="3.1.1" />
12+
13+
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.76" />
1214
</ItemGroup>
1315

1416
</Project>

src/Web/WebStatus/libman.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"version": "1.0",
3+
"defaultProvider": "cdnjs",
4+
"libraries": [
5+
{
6+
"library": "twitter-bootstrap@4.3.1",
7+
"destination": "wwwroot/lib/bootstrap/dist/"
8+
},
9+
{
10+
"library": "jquery@3.3.1",
11+
"files": [
12+
"jquery.min.js",
13+
"jquery.js",
14+
"jquery.min.map"
15+
],
16+
"destination": "wwwroot/lib/jquery/dist/"
17+
},
18+
{
19+
"library": "jquery-validate@1.19.0",
20+
"files": [
21+
"additional-methods.js",
22+
"additional-methods.min.js",
23+
"jquery.validate.js",
24+
"jquery.validate.min.js"
25+
],
26+
"destination": "wwwroot/lib/jquery-validation/dist/"
27+
},
28+
{
29+
"library": "jquery-validation-unobtrusive@3.2.11",
30+
"destination": "wwwroot/lib/jquery-validation-unobtrusive/"
31+
}
32+
]
33+
}

src/Web/WebStatus/wwwroot/lib/bootstrap/LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)