Explorar o código

fix editor icons

Luke Pulverenti %!s(int64=9) %!d(string=hai) anos
pai
achega
546bf571ae
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

@@ -334,6 +334,9 @@ namespace MediaBrowser.WebDashboard.Api
                 CopyDirectory(Path.Combine(creator.DashboardUIPath, "bower_components", "swipebox", "src", "img"), Path.Combine(path, "bower_components", "swipebox", "src", "img"));
 
                 CopyFile(Path.Combine(creator.DashboardUIPath, "bower_components", "hammerjs", "hammer.min.js"), Path.Combine(path, "bower_components", "hammerjs", "hammer.min.js"));
+
+                CopyFile(Path.Combine(creator.DashboardUIPath, "bower_components", "dragula.js", "dist", "dragula.min.js"), Path.Combine(path, "bower_components", "dragula.js", "dist", "dragula.min.js"));
+                CopyFile(Path.Combine(creator.DashboardUIPath, "bower_components", "dragula.js", "dist", "dragula.min.css"), Path.Combine(path, "bower_components", "dragula.js", "dist", "dragula.min.css"));
             }
             
             MinifyCssDirectory(Path.Combine(path, "css"));