Skip to content

Commit

Permalink
remove modernizr
Browse files Browse the repository at this point in the history
  • Loading branch information
explunit committed May 30, 2019
1 parent f9427d3 commit bf5771c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2,830 deletions.
6 changes: 1 addition & 5 deletions Samples/SampleMvcApplication/App_Start/BundleConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,14 @@ public static void RegisterBundles(BundleCollection bundles)
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
"~/Scripts/jquery-{version}.js"));

// Use the development version of Modernizr to develop with and learn from. Then, when you're
// ready for production, use the build tool at http://modernizr.com to pick only the tests you need.
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
"~/Scripts/modernizr-*"));

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

bundles.Add(new StyleBundle("~/Content/css").Include(
"~/Content/bootstrap.css",
"~/Content/site.css"));

}
}
}
2 changes: 0 additions & 2 deletions Samples/SampleMvcApplication/SampleMvcApplication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@
<None Include="Scripts\jquery-2.1.1.intellisense.js" />
<Content Include="Scripts\jquery-2.1.1.js" />
<Content Include="Scripts\jquery-2.1.1.min.js" />
<Content Include="Scripts\modernizr-2.6.2.js" />
<Content Include="Scripts\modernizr-2.8.3.js" />
<Content Include="Scripts\respond.js" />
<Content Include="Scripts\respond.matchmedia.addListener.js" />
<Content Include="Scripts\respond.matchmedia.addListener.min.js" />
Expand Down
Loading

0 comments on commit bf5771c

Please sign in to comment.