copy dashboard to the output folder and load from the file system, instead of using embedded resources

This commit is contained in:
Luke Pulverenti
2013-03-23 00:04:36 -04:00
parent 4bc27f3a65
commit b20151fff3
156 changed files with 806 additions and 9073 deletions

View File

@@ -261,7 +261,15 @@ namespace MediaBrowser.Model.Configuration
[ProtoMember(57)]
public bool EnableDeveloperTools { get; set; }
// Next Proto number ====> 61
/// <summary>
/// Gets or sets a value indicating whether [enable dashboard response caching].
/// Allows potential contributors without visual studio to modify production dashboard code and test changes.
/// </summary>
/// <value><c>true</c> if [enable dashboard response caching]; otherwise, <c>false</c>.</value>
[ProtoMember(61)]
public bool EnableDashboardResponseCaching { get; set; }
// Next Proto number ====> 62
/// <summary>
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.