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
parent
commit
f84769720c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Web/Web.csproj

2
src/Web/Web.csproj

@ -9,8 +9,6 @@
<ItemGroup>
<Content Remove="compilerconfig.json" />
<Content Remove="wwwroot\css\app.css" />
<Content Remove="wwwroot\css\app.min.css" />
</ItemGroup>

Loading…
Cancel
Save