strip unused css from initial download
This commit is contained in:
parent
98004e913f
commit
4dbb45cb91
|
@ -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"
|
||||
};
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user