소스 검색

update remote controls

Luke Pulverenti 10 년 전
부모
커밋
08c97e69a4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      MediaBrowser.WebDashboard/Api/DashboardService.cs

+ 1 - 0
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"));