diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-05-06 14:55:00 -0400 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-05-06 14:55:00 -0400 |
| commit | 35b0a9786e32318ebcb92d4790f6cbed90171660 (patch) | |
| tree | 97f17c38816efa55e155f743760480607936c93c | |
| parent | 27d705f1e95cedb2c33f1fc904cfb9c4f9070ad0 (diff) | |
| parent | c652d16780d9bd9ee8cc8b238109d95fb3056875 (diff) | |
Merge pull request #1712 from MediaBrowser/dev
Dev
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 6bc9f9b1b..88cb9b1be 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -164,6 +164,7 @@ <Content Include="dashboard-ui\css\images\logo.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\css\polymer\paper-icon-button-light.css" />
<Content Include="dashboard-ui\devices\windowsphone\wp.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -977,9 +978,6 @@ <Content Include="dashboard-ui\scripts\livetvtimer.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\scripts\livetvtimers.js">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
<Content Include="dashboard-ui\scripts\editorsidebar.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
