Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
a-gubskiy committed Oct 13, 2024
1 parent a1087a1 commit 32cf3a5
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="stylesheet" href="~/css/PagedList.css" />
</environment>
<environment names="Staging,Production">
<link rel="stylesheet" href="~/css/site.min.css" asp-append-version="true" />
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
</environment>
</head>
<body>
Expand Down
12 changes: 4 additions & 8 deletions examples/Example.Website/Example.Website.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="Areas\Internal\Views\Shared\Error.cshtml"/>
<AdditionalFiles Include="Areas\Internal\Views\Shared\_Layout-41.cshtml"/>
<AdditionalFiles Include="Areas\Internal\Views\Shared\_Layout.cshtml"/>
</ItemGroup>

<ItemGroup>
<_ContentIncludedByDefault Remove="Areas\Internal\Views\Shared\Paging\_Pager.cshtml"/>
<_ContentIncludedByDefault Remove="Areas\Internal\Views\Shared\Paging\_Pager_85.cshtml"/>
<_ContentIncludedByDefault Remove="wwwroot\images\banner1.svg" />
<_ContentIncludedByDefault Remove="wwwroot\images\banner2.svg" />
<_ContentIncludedByDefault Remove="wwwroot\images\banner3.svg" />
<_ContentIncludedByDefault Remove="wwwroot\images\banner4.svg" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion examples/Example.Website/Views/Shared/_Layout-41.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" href="~/css/PagedList.css" />
</environment>
<environment names="Staging,Production">
<link rel="stylesheet" href="~/css/site.min.css" asp-append-version="true" />
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
<link rel="stylesheet" href="~/css/PagedList.css" />
</environment>
</head>
Expand Down
4 changes: 2 additions & 2 deletions examples/Example.Website/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="stylesheet" href="~/css/PagedList.css" />
</environment>
<environment names="Staging,Production">
<link rel="stylesheet" href="~/css/site.min.css" asp-append-version="true" />
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
</environment>
</head>
<body>
Expand Down Expand Up @@ -48,6 +48,6 @@
<script src="/lib/jquery-ajax-unobtrusive/jquery.unobtrusive-ajax.js"></script>


@RenderSection("Scripts", required: false)
@await RenderSectionAsync("Scripts", required: false)
</body>
</html>
1 change: 0 additions & 1 deletion examples/Example.Website/wwwroot/css/site.min.css

This file was deleted.

1 change: 0 additions & 1 deletion examples/Example.Website/wwwroot/images/banner1.svg

This file was deleted.

Loading

0 comments on commit 32cf3a5

Please sign in to comment.