Add Leaf Charting
This commit is contained in:
@@ -27,7 +27,7 @@ namespace LeafWeb.Web.App_Start
|
||||
|
||||
bundles.Add(new StyleBundle("~/bundles/css").Include(
|
||||
"~/Content/bootstrap.css",
|
||||
"~/Content/LeafWeb.css"
|
||||
"~/Content/site.css"
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,6 +8,8 @@ namespace LeafWeb.Web.App_Start
|
||||
public static void RegisterRoutes(RouteCollection routes)
|
||||
{
|
||||
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
|
||||
routes.IgnoreRoute("Content/{*pathInfo}");
|
||||
routes.IgnoreRoute("Charter/LeafWebCharter.ascx");
|
||||
|
||||
routes.MapRoute(
|
||||
name: "Default",
|
||||
|
||||
Reference in New Issue
Block a user