Top "Asp.net-optimization" questions

Questions related to the ASP.

How to add reference to System.Web.Optimization for MVC-3-converted-to-4 app

I'm trying to use the new bundling feature in a project I recently converted from MVC 3 to MVC 4 beta. It …

asp.net-mvc-4 namespaces asp.net-optimization
Why use @Scripts.Render("~/bundles/jquery")

How does @Scripts.Render("~/bundles/jquery") differ from just referencing the script from html like this <script src="~/bundles/…

asp.net-mvc-4 asp.net-optimization
ASP.NET Bundles how to disable minification

I have debug="true" in both my web.config(s), and I just don't want my bundles minified, but nothing …

asp.net asp.net-mvc asp.net-mvc-4 bundle asp.net-optimization
Why is my CSS bundling not working with a bin deployed MVC4 app?

I have bin deployed an MVC4 application to my hosting provider, based on advice given here and one or two …

asp.net-mvc asp.net-mvc-4 asp.net-optimization
MVC4 StyleBundle not resolving images

My question is similar to this: ASP.NET MVC 4 Minification & Background Images Except that I want to stick with …

css jquery-ui asp.net-mvc-4 bundle asp.net-optimization
ASP.NET MVC framework 4.5 CSS bundle does not work on the hosting

I am runing an App on app harbor written in MVC4. A bundle of css files doesn't work. In my …

asp.net-mvc asp.net-mvc-4 appharbor asp.net-optimization
System.Web.Optimization and Microsoft.Web.Optimization won't load reference in vs 2012

I'm working on an MVC 4 project started in Visual Studio 2010. Right now I'm working on a machine with Visual Studio 2012 …

asp.net-mvc asp.net-optimization
How can I specify an explicit ScriptBundle include order?

I'm trying out the MVC4 System.Web.Optimization 1.0 ScriptBundle feature. I have the following configuration: public class BundleConfig { public static …

asp.net-mvc asp.net-mvc-4 bundle asp.net-optimization
How to force BundleCollection to flush cached script bundles in MVC4

... or how I learned to stop worrying and just write code against completely undocumented APIs from Microsoft. Is there any …

c# asp.net asp.net-mvc-4 asp.net-optimization bundling-and-minification
ASP.NET Bundling - Bundle not updating after included file has changed (returns 304 not modified)

I am trying out ASP.NET Bundling with ASP.NET MVC 4 application. The situation is that I want to make …

asp.net bundle asp.net-optimization bundling-and-minification