1 bundles.Add(new ScriptBundle("~/bundles/jqueryval").Include(
2 "~/Scripts/jquery.validate*"));
3
4 // Use the development version of Modernizr to develop with and learn from. Then, when you're
5 // ready for production, use the build tool at https://modernizr.com to pick only the tests you need.
6 bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
7 "~/Scripts/modernizr-*"));
8
9 bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
10 "~/Scripts/umd/popper.min.js",
11 "~/Scripts/bootstrap.js",
12 "~/Scripts/respond.js"));