Skip to content

Commit 5749ee1

Browse files
committed
Removed unwanted files in getting started samples
1 parent 8706067 commit 5749ee1

File tree

740 files changed

+20
-1219690
lines changed

Some content is hidden

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

740 files changed

+20
-1219690
lines changed

Toast/ASP.NET MVC Razor Examples/App_Start/BundleConfig.cs

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,8 @@ public class BundleConfig
88
// For more information on bundling, visit https://go.microsoft.com/fwlink/?LinkId=301862
99
public static void RegisterBundles(BundleCollection bundles)
1010
{
11-
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
12-
"~/Scripts/jquery-{version}.js"));
13-
14-
bundles.Add(new ScriptBundle("~/bundles/jqueryval").Include(
15-
"~/Scripts/jquery.validate*"));
16-
17-
// Use the development version of Modernizr to develop with and learn from. Then, when you're
18-
// ready for production, use the build tool at https://modernizr.com to pick only the tests you need.
19-
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
20-
"~/Scripts/modernizr-*"));
21-
22-
bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
23-
"~/Scripts/bootstrap.js"));
24-
2511
bundles.Add(new StyleBundle("~/Content/css").Include(
26-
"~/Content/bootstrap.css",
12+
"~/Content/bootstrap.min.css",
2713
"~/Content/site.css"));
2814
}
2915
}

0 commit comments

Comments
 (0)