mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
update components
This commit is contained in:
@@ -345,6 +345,9 @@ namespace MediaBrowser.WebDashboard.Api
|
|||||||
DeleteFoldersByName(bowerPath, "grunt");
|
DeleteFoldersByName(bowerPath, "grunt");
|
||||||
DeleteFoldersByName(bowerPath, "rollups");
|
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"));
|
DeleteCryptoFiles(Path.Combine(bowerPath, "cryptojslib", "components"));
|
||||||
|
|
||||||
DeleteFoldersByName(Path.Combine(bowerPath, "jquery"), "src");
|
DeleteFoldersByName(Path.Combine(bowerPath, "jquery"), "src");
|
||||||
|
|||||||
Reference in New Issue
Block a user