From 9986ce5ee64f764f3f15143a27c26a978d668daa Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Wed, 29 Jul 2020 21:59:52 -0400 Subject: [PATCH] Update ClientDependency --- WebCms/App_Start/RegisterServices.cs | 6 +----- WebCms/Config/ClientDependency.config | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/WebCms/App_Start/RegisterServices.cs b/WebCms/App_Start/RegisterServices.cs index 02506a2..f912b0b 100644 --- a/WebCms/App_Start/RegisterServices.cs +++ b/WebCms/App_Start/RegisterServices.cs @@ -1,11 +1,7 @@ -using System.Web.Mvc; -using System.Web.Optimization; -using System.Web.Routing; +using System.Web.Optimization; using Backload.Bundles; using LeafWeb.Core.DAL; -using LeafWeb.WebCms.Controllers; using Umbraco.Core; -using Umbraco.Web; namespace LeafWeb.WebCms.App_Start { diff --git a/WebCms/Config/ClientDependency.config b/WebCms/Config/ClientDependency.config index 949924c..c46fc96 100644 --- a/WebCms/Config/ClientDependency.config +++ b/WebCms/Config/ClientDependency.config @@ -10,7 +10,7 @@ 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 --> - +