A major selling point of this seems to be that you can package your application into a nice little bundle and just push it into your deployment environment.
In fact, I would appreciate if there was a way to make static files (like js and css) location-agnostic.
I could say:
<% Html.Stylesheet ("styles/foo.css") %> and it'll map to /Content/styles/foo.css or my nginx server or my Amazon cloudfront storage, etc.
In fact, I would appreciate if there was a way to make static files (like js and css) location-agnostic.
I could say: <% Html.Stylesheet ("styles/foo.css") %> and it'll map to /Content/styles/foo.css or my nginx server or my Amazon cloudfront storage, etc.