diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-27 13:24:44 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-27 13:24:44 -0500 |
| commit | 4dbb45cb91373ad742459f964d0478ab5b05c3b0 (patch) | |
| tree | 08e18eb5f685ffb59b5e685e3a91171615444545 | |
| parent | 98004e913f441b1a27f05b2e73c403e980171819 (diff) | |
strip unused css from initial download
| -rw-r--r-- | MediaBrowser.WebDashboard/Api/PackageCreator.cs | 4 | ||||
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.WebDashboard/Api/PackageCreator.cs b/MediaBrowser.WebDashboard/Api/PackageCreator.cs index 6eca45a28..7d232b13b 100644 --- a/MediaBrowser.WebDashboard/Api/PackageCreator.cs +++ b/MediaBrowser.WebDashboard/Api/PackageCreator.cs @@ -629,15 +629,11 @@ namespace MediaBrowser.WebDashboard.Api "thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.structure.css", "css/site.css", "css/chromecast.css", - "css/mediaplayer.css", - "css/mediaplayer-video.css", "css/librarymenu.css", "css/librarybrowser.css", "css/card.css", "css/notifications.css", - "css/search.css", "css/userimage.css", - "css/nowplaying.css", "thirdparty/paper-button-style.css" }; diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 6d79dfa66..ff837442d 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -838,9 +838,6 @@ <Content Include="dashboard-ui\css\mediaplayer-video.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\css\mediaplayer.css">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
<Content Include="dashboard-ui\css\nowplaying.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
