diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-25 14:29:21 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-25 14:29:21 -0400 |
| commit | ad52df6be09837086036e46e89c02084de0b7ba2 (patch) | |
| tree | 4dd88851c568a1f68d1c8bca1bbfeef7e22a84e9 /MediaBrowser.WebDashboard | |
| parent | d157c1278b5f59fdf6cd93fc1999c10dc18a9c61 (diff) | |
re-org scripts
Diffstat (limited to 'MediaBrowser.WebDashboard')
| -rw-r--r-- | MediaBrowser.WebDashboard/Api/PackageCreator.cs | 2 | ||||
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.WebDashboard/Api/PackageCreator.cs b/MediaBrowser.WebDashboard/Api/PackageCreator.cs index 4262a314dc..0a995a8455 100644 --- a/MediaBrowser.WebDashboard/Api/PackageCreator.cs +++ b/MediaBrowser.WebDashboard/Api/PackageCreator.cs @@ -288,7 +288,7 @@ namespace MediaBrowser.WebDashboard.Api "thirdparty/apiclient/ajax.js", "thirdparty/apiclient/events.js", "thirdparty/apiclient/deferred.js", - "thirdparty/apiclient/mediabrowser.apiclient.js", + "thirdparty/apiclient/apiclient.js", "thirdparty/apiclient/connectservice.js", "thirdparty/apiclient/serverdiscovery.js", "thirdparty/apiclient/connectionmanager.js" diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index d8ab31551d..4dcc0c6a2e 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -190,7 +190,7 @@ <Content Include="dashboard-ui\thirdparty\apiclient\deferred.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\thirdparty\apiclient\deferredAlt.js">
+ <Content Include="dashboard-ui\thirdparty\apiclient\alt\deferred.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\thirdparty\apiclient\device.js">
@@ -202,7 +202,7 @@ <Content Include="dashboard-ui\thirdparty\apiclient\logger.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\thirdparty\apiclient\mediabrowser.apiclient.js">
+ <Content Include="dashboard-ui\thirdparty\apiclient\apiclient.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\channelitems.html">
|
