WORK IN PROGRESS, DO NOT DOWNLOAD
ClientDependency work. Resolved old 20914 bug. Initial fix to remove Umbraco.aspx page popup. [TFS Changeset #56361]
This commit is contained in:
@@ -12,6 +12,7 @@ namespace umbraco.presentation.ClientDependency
|
||||
{
|
||||
DependencyType = ClientDependencyType.Javascript;
|
||||
Priority = DefaultPriority;
|
||||
DoNotOptimize = false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -23,6 +24,16 @@ namespace umbraco.presentation.ClientDependency
|
||||
/// </remarks>
|
||||
protected const int DefaultPriority = 100;
|
||||
|
||||
/// <summary>
|
||||
/// If set to true, this file will not be compressed, combined, etc...
|
||||
/// it will be rendered out as is.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Useful for debugging dodgy scripts.
|
||||
/// Default is false.
|
||||
/// </remarks>
|
||||
public bool DoNotOptimize { get; set; }
|
||||
|
||||
public ClientDependencyType DependencyType { get; set; }
|
||||
public string FilePath { get; set; }
|
||||
public string PathNameAlias { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user