From e8d649b72a7b5e023abd6f3ca0f8a83db6071cf2 Mon Sep 17 00:00:00 2001 From: leekelleher Date: Fri, 1 Jun 2012 09:59:45 -0100 Subject: [PATCH] Client Dependency Framework updated to 1.5 (beta). Shandem fixed backwards compatibility in CDF 1.5. Sync'd the assembly and config. Updated 'CanvasClientDependencyProvider' class (from CDF 1.4 source). --- .../config/ClientDependency.config | 13 ++-- foreign dlls/ClientDependency.Core.dll | Bin 81920 -> 111616 bytes .../CanvasClientDependencyProvider.cs | 70 ++++++++---------- 3 files changed, 39 insertions(+), 44 deletions(-) diff --git a/config templates/config/ClientDependency.config b/config templates/config/ClientDependency.config index ed332fc5db..f1072853ef 100644 --- a/config templates/config/ClientDependency.config +++ b/config templates/config/ClientDependency.config @@ -10,9 +10,9 @@ NOTES: * Compression/Combination/Minification is not enabled unless debug="false" is specified on the 'compiliation' element in the web.config * A new version will invalidate both client and server cache and create new persisted files --> - + - + @@ -30,15 +30,16 @@ NOTES: to disk so that on any subsequent request (when output cache expires) that these files don't have to be recreated again and will be based on the persisted file on disk. This saves on processing time. --> - - + + - + compositeFilePath="~/App_Data/TEMP/ClientDependency" + urlType="Base64QueryStrings" /> +