Update ClientDependency

This commit is contained in:
2020-07-29 21:59:52 -04:00
parent beedc96e45
commit 9986ce5ee6
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -1,11 +1,7 @@
using System.Web.Mvc; using System.Web.Optimization;
using System.Web.Optimization;
using System.Web.Routing;
using Backload.Bundles; using Backload.Bundles;
using LeafWeb.Core.DAL; using LeafWeb.Core.DAL;
using LeafWeb.WebCms.Controllers;
using Umbraco.Core; using Umbraco.Core;
using Umbraco.Web;
namespace LeafWeb.WebCms.App_Start namespace LeafWeb.WebCms.App_Start
{ {
+1 -1
View File
@@ -10,7 +10,7 @@ NOTES:
* Compression/Combination/Minification is not enabled unless debug="false" is specified on the 'compiliation' element in the web.config * 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 * A new version will invalidate both client and server cache and create new persisted files
--> -->
<clientDependency version="1252230195" fileDependencyExtensions=".js,.css" loggerType="Umbraco.Web.UI.CdfLogger, umbraco"> <clientDependency version="1253434195" fileDependencyExtensions=".js,.css" loggerType="Umbraco.Web.UI.CdfLogger, umbraco">
<!-- <!--
This section is used for Web Forms only, the enableCompositeFiles="true" is optional and by default is set to true. This section is used for Web Forms only, the enableCompositeFiles="true" is optional and by default is set to true.