More ClientDependency work...converting script and link tags slowly, debug is now off so compression is working. [TFS Changeset #56602]
12 lines
224 B
C#
12 lines
224 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace umbraco.presentation.ClientDependency.Controls
|
|
{
|
|
public class ClientDependencyPathCollection : List<ClientDependencyPath>
|
|
{
|
|
|
|
}
|
|
}
|