fix 404 error

This commit is contained in:
Drewster727 2016-05-27 03:10:50 -05:00
commit 95d1a83208
4 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1 @@


View file

@ -0,0 +1 @@


View file

@ -294,6 +294,14 @@
<Content Include="Content\swagger\underscore-min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Content\Themes\original.css">
<DependentUpon>original.scss</DependentUpon>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Content\Themes\original.min.css">
<DependentUpon>original.css</DependentUpon>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Content\Themes\plex.css">
<DependentUpon>plex.scss</DependentUpon>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

View file

@ -22,5 +22,9 @@
{
"outputFile": "Content/Themes/plex.css",
"inputFile": "Content/Themes/plex.scss"
},
{
"outputFile": "Content/Themes/original.css",
"inputFile": "Content/Themes/original.scss"
}
]