diff --git a/.gitignore b/.gitignore index db18feec03..788a7bfb1e 100644 --- a/.gitignore +++ b/.gitignore @@ -84,4 +84,5 @@ src/Umbraco.Web.UI.Client/[Bb]uild/[Bb]elle/ src/Umbraco.Web.UI/[Uu]ser[Cc]ontrols/ build/_BuildOutput/ src/Umbraco.Web.UI.Client/src/[Ll]ess/*.css +tools/NDepend/ diff --git a/src/Umbraco.Web.UI/config/ClientDependency.Release.config b/src/Umbraco.Web.UI/config/ClientDependency.Release.config index f1072853ef..d031ac1eb6 100644 --- a/src/Umbraco.Web.UI/config/ClientDependency.Release.config +++ b/src/Umbraco.Web.UI/config/ClientDependency.Release.config @@ -2,7 +2,7 @@ - + + - - - + + + + - + + + + + + + + + + bundleDomains="localhost:123456" + urlType="Base64QueryStrings" + pathUrlFormat="{dependencyId}/{version}/{type}"/> + + + + + + Defines the mime types to compress when requested by the client. + Path is a regex selector, or a * can be used as in place of 'any'. + Generally mime types are only set by client browsers in the request for things + such as JSON or XML ajax requests. + --> + + + + + - - - - diff --git a/src/Umbraco.Web.UI/config/ClientDependency.config b/src/Umbraco.Web.UI/config/ClientDependency.config index a168676489..acd5d07260 100644 --- a/src/Umbraco.Web.UI/config/ClientDependency.config +++ b/src/Umbraco.Web.UI/config/ClientDependency.config @@ -2,7 +2,7 @@ + @@ -32,16 +37,16 @@ NOTES: - + The composite file section configures the compression/combination/minification of files. + You can enable/disable minification of either JS/CSS files and you can enable/disable the + persistence of composite files. By default, minification and persistence is enabled. Persisting files + means that the system is going to save the output of the compressed/combined/minified files + 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. + --> + - + @@ -49,17 +54,31 @@ NOTES: - + - + + + + + +