Explorar o código

update packaging

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

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

@@ -356,6 +356,11 @@ namespace MediaBrowser.WebDashboard.Api
             DeleteFoldersByName(Path.Combine(bowerPath, "Sortable"), "st");
             DeleteFoldersByName(Path.Combine(bowerPath, "Swiper"), "src");
 
+            _fileSystem.DeleteDirectory(Path.Combine(bowerPath, "marked"), true);
+            _fileSystem.DeleteDirectory(Path.Combine(bowerPath, "marked-element"), true);
+            _fileSystem.DeleteDirectory(Path.Combine(bowerPath, "prism"), true);
+            _fileSystem.DeleteDirectory(Path.Combine(bowerPath, "prism-element"), true);
+           
             if (string.Equals(mode, "cordova", StringComparison.OrdinalIgnoreCase))
             {
                 // Delete things that are unneeded in an attempt to keep the output as trim as possible