Created
March 30, 2012 16:36
-
-
Save srkirkland/2252685 to your computer and use it in GitHub Desktop.
bundles!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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" /> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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]