diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-26 23:27:38 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-26 23:27:38 -0400 |
| commit | 0dc65a1648f7debb98ca6af7b95657dd0c01a883 (patch) | |
| tree | 996b1de2af8ddc0c1c7afd593bb1b5657e4a8563 | |
| parent | 08c97e69a4b96b01c4e194fa3533306832a5f56d (diff) | |
add new slider
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 4fcd2e13c..199f3578a 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -87,6 +87,9 @@ </ProjectReference>
</ItemGroup>
<ItemGroup>
+ <Content Include="dashboard-ui\bower_components\velocity\velocity.min.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\bower_components\webcomponentsjs\CustomElements.js" />
<Content Include="dashboard-ui\bower_components\webcomponentsjs\CustomElements.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
