Browse Source
Merge pull request #230 from dotnet-architecture/include-app-css
Removing app and app.min from ContentRemove
main
Eric Fleming
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
src/Web/Web.csproj
|
|
@ -9,8 +9,6 @@ |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Content Remove="compilerconfig.json" /> |
|
|
<Content Remove="compilerconfig.json" /> |
|
|
<Content Remove="wwwroot\css\app.css" /> |
|
|
|
|
|
<Content Remove="wwwroot\css\app.min.css" /> |
|
|
|
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|