In our ASP.NET MVC 4 web application, our BundleConfig.cs includes the following:
bundles.Add(new ScriptBundle(\"~/bundles/jquery\").Include(
By adding following code of line in bundle to config it works for me
bundles.IgnoreList.Clear();
Follow the link for more explanation