|
|
@ -65,6 +65,12 @@
|
|
|
|
<_NewCompiledCssFiles Include="wwwroot\Connected.Components.min.css" Exclude="@(Content)" />
|
|
|
|
<_NewCompiledCssFiles Include="wwwroot\Connected.Components.min.css" Exclude="@(Content)" />
|
|
|
|
<Content Include="@(_NewCompiledCssFiles)" />
|
|
|
|
<Content Include="@(_NewCompiledCssFiles)" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<Error Condition="!Exists('$(MSBuildProjectDirectory)/wwwroot/Fonts/')" Text="Missing Fonts folder in wwwroot" />
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<!--Include without duplication-->
|
|
|
|
|
|
|
|
<_OpenSansFont Include="wwwroot\Fonts\OpenSans-*.ttf" Exclude="@(Content)" />
|
|
|
|
|
|
|
|
<Content Include="@(_OpenSansFont)" />
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
</Target>
|
|
|
|
</Target>
|
|
|
|
|
|
|
|
|
|
|
|
<Target Name="Delete sass/js compiler artifacts" AfterTargets="AfterBuild">
|
|
|
|
<Target Name="Delete sass/js compiler artifacts" AfterTargets="AfterBuild">
|
|
|
|