|
|
|
@ -316,6 +316,8 @@ namespace MediaBrowser.WebDashboard.Api
|
|
|
|
|
File.Delete(Path.Combine(path, "thirdparty", "jquerymobile-1.4.5", "jquery.mobile-1.4.5.min.map"));
|
|
|
|
|
|
|
|
|
|
Directory.Delete(Path.Combine(path, "bower_components"), true);
|
|
|
|
|
Directory.Delete(Path.Combine(path, "thirdparty", "viblast"), true);
|
|
|
|
|
|
|
|
|
|
// But we do need this
|
|
|
|
|
CopyFile(Path.Combine(creator.DashboardUIPath, "bower_components", "webcomponentsjs", "webcomponents-lite.min.js"), Path.Combine(path, "bower_components", "webcomponentsjs", "webcomponents-lite.min.js"));
|
|
|
|
|
CopyFile(Path.Combine(creator.DashboardUIPath, "bower_components", "velocity", "velocity.min.js"), Path.Combine(path, "bower_components", "velocity", "velocity.min.js"));
|
|
|
|
|