Skip to content

Commit 3106808

Browse files
committed
Upgraded to latest bootstrap
1 parent 70d2e26 commit 3106808

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+58337
-9037
lines changed

samples/Exceptionless.SampleMvc/App_Start/BundleConfig.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static void RegisterBundles(BundleCollection bundles)
1717
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
1818
"~/Scripts/modernizr-*"));
1919

20-
bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
20+
bundles.Add(new Bundle("~/bundles/bootstrap").Include(
2121
"~/Scripts/bootstrap.js"));
2222

2323
bundles.Add(new StyleBundle("~/Content/css").Include(

0 commit comments

Comments
 (0)