update web components
This commit is contained in:
parent
99026440ee
commit
5c04a30c51
|
@ -311,6 +311,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||||
DeleteFilesByExtension(bowerPath, ".json");
|
DeleteFilesByExtension(bowerPath, ".json");
|
||||||
DeleteFilesByExtension(bowerPath, ".gz");
|
DeleteFilesByExtension(bowerPath, ".gz");
|
||||||
DeleteFilesByExtension(bowerPath, ".bat");
|
DeleteFilesByExtension(bowerPath, ".bat");
|
||||||
|
DeleteFilesByExtension(bowerPath, ".sh");
|
||||||
DeleteFilesByName(bowerPath, "copying", true);
|
DeleteFilesByName(bowerPath, "copying", true);
|
||||||
DeleteFilesByName(bowerPath, "license", true);
|
DeleteFilesByName(bowerPath, "license", true);
|
||||||
DeleteFilesByName(bowerPath, "license-mit", true);
|
DeleteFilesByName(bowerPath, "license-mit", true);
|
||||||
|
|
|
@ -227,6 +227,9 @@
|
||||||
<Content Include="dashboard-ui\favorites.html">
|
<Content Include="dashboard-ui\favorites.html">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<None Include="dashboard-ui\legacy\deferred.js">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
<Content Include="dashboard-ui\livetvguideprovider.html">
|
<Content Include="dashboard-ui\livetvguideprovider.html">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
@ -329,6 +332,12 @@
|
||||||
<Content Include="dashboard-ui\devices\android\android.css">
|
<Content Include="dashboard-ui\devices\android\android.css">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\themes\holiday\style.css">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\themes\holiday\theme.js">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\themes\halloween\bg.jpg">
|
<Content Include="dashboard-ui\themes\halloween\bg.jpg">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
@ -347,12 +356,6 @@
|
||||||
<Content Include="dashboard-ui\scripts\sections.js">
|
<Content Include="dashboard-ui\scripts\sections.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="dashboard-ui\themes\holiday\style.css">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="dashboard-ui\themes\holiday\theme.js">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.checkbox.css">
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.checkbox.css">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user