update remote controls

pull/702/head
Luke Pulverenti 9 years ago
parent 9f0d25412e
commit 08c97e69a4

@ -318,6 +318,7 @@ namespace MediaBrowser.WebDashboard.Api
Directory.Delete(Path.Combine(path, "bower_components"), 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"));
}
MinifyCssDirectory(Path.Combine(path, "css"));

Loading…
Cancel
Save