update bravia profiles

This commit is contained in:
Luke Pulverenti
2015-06-19 14:34:21 -04:00
parent afade3d107
commit b6811e4f23
10 changed files with 44 additions and 12 deletions

View File

@@ -284,7 +284,7 @@ namespace MediaBrowser.WebDashboard.Api
"bower_components/paper-dialog-scrollable/paper-dialog-scrollable.html",
"bower_components/neon-animation/animations/scale-up-animation.html",
"bower_components/neon-animation/animations/fade-out-animation.html",
//"bower_components/paper-icon-button/paper-icon-button.html",
"bower_components/paper-icon-button/paper-icon-button.html",
"thirdparty/emby-icons.html"
};
var importsHtml = string.Join("", imports.Select(i => "<link rel=\"import\" href=\"" + i + "\">").ToArray());

View File

@@ -391,6 +391,15 @@
<Content Include="dashboard-ui\bower_components\paper-fab\test\a11y.html" />
<Content Include="dashboard-ui\bower_components\paper-fab\test\basic.html" />
<Content Include="dashboard-ui\bower_components\paper-fab\test\index.html" />
<Content Include="dashboard-ui\bower_components\paper-icon-button\.gitignore" />
<Content Include="dashboard-ui\bower_components\paper-icon-button\demo\index.html" />
<Content Include="dashboard-ui\bower_components\paper-icon-button\index.html" />
<Content Include="dashboard-ui\bower_components\paper-icon-button\paper-icon-button.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\bower_components\paper-icon-button\test\a11y.html" />
<Content Include="dashboard-ui\bower_components\paper-icon-button\test\basic.html" />
<Content Include="dashboard-ui\bower_components\paper-icon-button\test\index.html" />
<Content Include="dashboard-ui\bower_components\paper-material\.gitignore" />
<Content Include="dashboard-ui\bower_components\paper-material\demo\index.html" />
<Content Include="dashboard-ui\bower_components\paper-material\index.html" />
@@ -2741,6 +2750,9 @@
<None Include="dashboard-ui\bower_components\paper-fab\.bower.json" />
<None Include="dashboard-ui\bower_components\paper-fab\bower.json" />
<None Include="dashboard-ui\bower_components\paper-fab\README.md" />
<None Include="dashboard-ui\bower_components\paper-icon-button\.bower.json" />
<None Include="dashboard-ui\bower_components\paper-icon-button\bower.json" />
<None Include="dashboard-ui\bower_components\paper-icon-button\README.md" />
<None Include="dashboard-ui\bower_components\paper-material\.bower.json" />
<None Include="dashboard-ui\bower_components\paper-material\bower.json" />
<None Include="dashboard-ui\bower_components\paper-material\README.md" />