26 lines
1.2 KiB
Plaintext
26 lines
1.2 KiB
Plaintext
<clientDependency version="13">
|
|
<fileRegistration defaultProvider="PageHeaderProvider" fileDependencyExtensions="js,css">
|
|
<providers>
|
|
<add name="PageHeaderProvider"
|
|
type="ClientDependency.Core.FileRegistration.Providers.PageHeaderProvider, ClientDependency.Core"
|
|
isDebug="true"/>
|
|
<add name="LazyLoadProvider"
|
|
type="ClientDependency.Core.FileRegistration.Providers.LazyLoadProvider, ClientDependency.Core"
|
|
isDebug="true"/>
|
|
<add name="CanvasProvider"
|
|
type="umbraco.presentation.LiveEditing.CanvasClientDependencyProvider, umbraco"
|
|
isDebug="true"/>
|
|
</providers>
|
|
</fileRegistration>
|
|
<compositeFiles defaultProvider="CompositeFileProcessor" compositeFileHandlerPath="DependencyHandler.axd">
|
|
<providers>
|
|
<add name="CompositeFileProcessor"
|
|
type="ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider, ClientDependency.Core"
|
|
enableCssMinify="true"
|
|
enableJsMinify="true"
|
|
persistFiles="true"
|
|
compositeFilePath="~/App_Data/ClientDependency" />
|
|
</providers>
|
|
</compositeFiles>
|
|
</clientDependency>
|