Skip to content

Commit

Permalink
deps: Upgrade bootstrap 4.6.0 -> 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmyhra committed Sep 18, 2022
1 parent 9ca0c71 commit 209a49a
Show file tree
Hide file tree
Showing 47 changed files with 50,002 additions and 18,933 deletions.
2 changes: 1 addition & 1 deletion src/Spark-Legacy/App_Start/BundleConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static void RegisterBundles(BundleCollection bundles)
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
"~/Scripts/modernizr-*"));

bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
bundles.Add(new Bundle("~/bundles/bootstrap").Include(
"~/Scripts/bootstrap.js",
"~/Scripts/respond.js"));

Expand Down
Loading

0 comments on commit 209a49a

Please sign in to comment.