update packaging
This commit is contained in:
parent
d1de9e0179
commit
2124c55169
|
@ -356,6 +356,11 @@ namespace MediaBrowser.WebDashboard.Api
|
||||||
DeleteFoldersByName(Path.Combine(bowerPath, "Sortable"), "st");
|
DeleteFoldersByName(Path.Combine(bowerPath, "Sortable"), "st");
|
||||||
DeleteFoldersByName(Path.Combine(bowerPath, "Swiper"), "src");
|
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))
|
if (string.Equals(mode, "cordova", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
// Delete things that are unneeded in an attempt to keep the output as trim as possible
|
// Delete things that are unneeded in an attempt to keep the output as trim as possible
|
||||||
|
|
Loading…
Reference in New Issue
Block a user