Update ClientDependency
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user