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"));