Add backload
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user