Skip to content

Commit 54636b7

Browse files
committed
Remove unused css files for monolithic app
1 parent 0716bff commit 54636b7

4 files changed

Lines changed: 4 additions & 50 deletions

File tree

src/Web/WebMonolithic/eShopWeb/Views/Catalog/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<div class="container">
2626

27-
@if (Model.CatalogItems.Count() > 0)
27+
@if (Model.CatalogItems.Any())
2828
{
2929
@Html.Partial("_pagination", Model.PaginationInfo)
3030

src/Web/WebMonolithic/eShopWeb/Views/Shared/_Layout.cshtml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,9 @@
77

88
<environment names="Development">
99
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
10-
<link rel="stylesheet" href="~/css/app.css" />
11-
<link rel="stylesheet" href="~/css/app.component.css" />
12-
<link rel="stylesheet" href="~/css/shared/components/header/header.css" />
13-
<link rel="stylesheet" href="~/css/shared/components/identity/identity.css" />
14-
<link rel="stylesheet" href="~/css/shared/components/pager/pager.css" />
15-
<link rel="stylesheet" href="~/css/basket/basket.component.css" />
16-
<link rel="stylesheet" href="~/css/basket/basket-status/basket-status.component.css" />
17-
<link rel="stylesheet" href="~/css/catalog/catalog.component.css" />
18-
<link rel="stylesheet" href="~/css/orders/orders.component.css" />
19-
<link rel="stylesheet" href="~/css/orders/orders-detail/orders-detail.component.css" />
20-
<link rel="stylesheet" href="~/css/orders/orders-new/orders-new.component.css" />
10+
<link rel="stylesheet" href="~/css/app.css" />
11+
<link rel="stylesheet" href="~/css/catalog/pager.css" />
12+
<link rel="stylesheet" href="~/css/catalog/catalog.component.css" />
2113
</environment>
2214
<environment names="Staging,Production">
2315
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.5/css/bootstrap.min.css"

src/Web/WebMonolithic/eShopWeb/wwwroot/css/site.css

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

src/Web/WebMonolithic/eShopWeb/wwwroot/css/site.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)