Skip to content

Commit

Permalink
Getting LibMan in place
Browse files Browse the repository at this point in the history
  • Loading branch information
efleming18 committed Feb 9, 2019
1 parent d4adb5c commit c2ecf6c
Show file tree
Hide file tree
Showing 27 changed files with 29 additions and 13,343 deletions.
1 change: 1 addition & 0 deletions src/Web/Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\fonts\" />
<Folder Include="wwwroot\lib\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ApplicationCore\ApplicationCore.csproj" />
Expand Down
4 changes: 2 additions & 2 deletions src/Web/libman.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
{
"provider": "unpkg",
"library": "bootstrap@4.1.3",
"library": "bootstrap@3.3.7",
"files": [
"dist/css/bootstrap.css",
"dist/css/bootstrap.css.map",
Expand Down Expand Up @@ -38,7 +38,7 @@
{
"provider": "unpkg",
"library": "@aspnet/signalr@1.0.3",
"files": [
"files": [
"dist/browser/signalr.js",
"dist/browser/signalr.min.js"
],
Expand Down
45 changes: 0 additions & 45 deletions src/Web/wwwroot/lib/bootstrap/.bower.json

This file was deleted.

21 changes: 0 additions & 21 deletions src/Web/wwwroot/lib/bootstrap/LICENSE

This file was deleted.

Loading

0 comments on commit c2ecf6c

Please sign in to comment.