BundleTable.Bundles.Add(new ScriptBundle("~/Scripts/MyApp").Include("~/Scripts/App/*.js"));
BundleTable.Bundles.Add(new ScriptBundle("~/Scripts/jQuery", "http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"));
BundleTable.EnableOptimizations = true; //Enable minification and grouping in one GET request
BundleTable.Bundles.UseCdn = true; //second ScriptBundle constructor overload ake use of cdn, but you // need to set UseCdn to true also