Add backload

This commit is contained in:
2016-11-17 15:02:29 -05:00
parent eeacfebec9
commit a3b8b7a881
263 changed files with 29788 additions and 18 deletions
+4 -1
View File
@@ -1,4 +1,6 @@
using LeafWeb.Core.DAL;
using System.Web.Optimization;
using Backload.Bundles;
using LeafWeb.Core.DAL;
using Umbraco.Core;
namespace LeafWeb.WebCms.App_Start
@@ -9,6 +11,7 @@ namespace LeafWeb.WebCms.App_Start
{
DataService.RegisterInitializer();
HangfireBootstrapper.Instance.Start();
BackloadBundles.RegisterBundles(BundleTable.Bundles);
base.ApplicationStarted(umbracoApplication, applicationContext);
}