Explorar o código

update components

Luke Pulverenti %!s(int64=9) %!d(string=hai) anos
pai
achega
71699e00a5
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      MediaBrowser.WebDashboard/Api/DashboardService.cs

+ 3 - 0
MediaBrowser.WebDashboard/Api/DashboardService.cs

@@ -345,6 +345,9 @@ namespace MediaBrowser.WebDashboard.Api
             DeleteFoldersByName(bowerPath, "grunt");
             DeleteFoldersByName(bowerPath, "rollups");
 
+            _fileSystem.DeleteDirectory(Path.Combine(bowerPath, "jquery", "external"), true);
+            _fileSystem.DeleteDirectory(Path.Combine(bowerPath, "jquery", "src"), true);
+          
             DeleteCryptoFiles(Path.Combine(bowerPath, "cryptojslib", "components"));
 
             DeleteFoldersByName(Path.Combine(bowerPath, "jquery"), "src");