Skip to content

Instantly share code, notes, and snippets.

@srkirkland
Created March 30, 2012 16:36
Show Gist options
  • Select an option

  • Save srkirkland/2252685 to your computer and use it in GitHub Desktop.

Select an option

Save srkirkland/2252685 to your computer and use it in GitHub Desktop.
bundles!
<script src="@System.Web.Optimization.BundleTable.Bundles.ResolveBundleUrl("~/Scripts/js")"></script>
<link href="@System.Web.Optimization.BundleTable.Bundles.ResolveBundleUrl("~/Content/css")" rel="stylesheet" type="text/css" />
@srkirkland
Copy link
Copy Markdown
Author

Gotta love the (beta) syntax of ASPNET custom bundling.

[http://weblogs.asp.net/scottgu/archive/2011/11/27/new-bundling-and-minification-support-asp-net-4-5-series.aspx]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment