diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-26 14:32:21 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-26 14:32:21 -0400 |
| commit | 08c97e69a4b96b01c4e194fa3533306832a5f56d (patch) | |
| tree | 62edb077404fdabd2710209645bd0e3603879bcf | |
| parent | 9f0d25412e8391cd8a062ff395ea9e1c76e77e35 (diff) | |
update remote controls
| -rw-r--r-- | MediaBrowser.WebDashboard/Api/DashboardService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/Api/DashboardService.cs b/MediaBrowser.WebDashboard/Api/DashboardService.cs index f197914a5..3a90ed3b9 100644 --- a/MediaBrowser.WebDashboard/Api/DashboardService.cs +++ b/MediaBrowser.WebDashboard/Api/DashboardService.cs @@ -318,6 +318,7 @@ namespace MediaBrowser.WebDashboard.Api Directory.Delete(Path.Combine(path, "bower_components"), true); // But we do need this CopyFile(Path.Combine(creator.DashboardUIPath, "bower_components", "webcomponentsjs", "webcomponents-lite.min.js"), Path.Combine(path, "bower_components", "webcomponentsjs", "webcomponents-lite.min.js")); + CopyFile(Path.Combine(creator.DashboardUIPath, "bower_components", "velocity", "velocity.min.js"), Path.Combine(path, "bower_components", "velocity", "velocity.min.js")); } MinifyCssDirectory(Path.Combine(path, "css")); |
