Top "Asp.net-optimization" questions

Questions related to the ASP.

New .NET feature bundle and minification {version} wildcard doesn't work with directories?

I have the following pice of code which runs perfectly: bundles.Add ( new ScriptBundle("~/bundles/scripts") .Include ( "~/Scripts/jquery-{version}.…

.net asp.net-mvc-4 .net-4.5 asp.net-optimization
ASP.NET MVC 4 app with bundling and minification, why is minification enabled in debug mode?

I've just migrated an ASP.NET MVC 3 project to MVC 4 / .NET 4.0, and installed NuGet package Microsoft.AspNet.Web.Optimization in …

asp.net-mvc-4 bundling-and-minification asp.net-optimization
"The located assembly's manifest definition does not match the assembly reference" on nuget package

So I was persistently getting this error on the System.Web.Optimization package Could not load file or assembly 'System.…

asp.net nuget asp.net-optimization web-optimization
ASP.Net MVC JS/CSS bundling not working when deployed

I've deployed a small web app which was written in ASP.Net MVC 4. We have our JS/CSS bundles setup …

asp.net-mvc-4 asp.net-optimization
MVC4 bundling GZIP and headers

I'm testing my site with Google PageSpeed and YSlow and the bundles that i've created with MVC4 bundles aren't getting …

asp.net-mvc-4 gzip asp.net-optimization
GZip system.web.optimization bundles

I am using the new System.Web.Optimization and have created a bundle like this: bundles.Add(New ScriptBundle("~/bundles/…

asp.net-mvc-3 asp.net-optimization bundling-and-minification
Bundling .js files vs CDN

In order to improve performance of our web pages, we are recommended to use CDNs to serve .js files on …

javascript asp.net cdn resourcebundle asp.net-optimization
Why is MVC4 bundling and minification making my files bigger?

I am implementing the bundling and minification support in MVC4 and it appears as though it is making my javascript …

asp.net-mvc-4 asp.net-optimization
Do not minify certain files in ASP .NET MVC 4 BundleConfig

I don't want to minify all the files I use in my ASP .NET MVC 4 solution. So for example I …

asp.net-mvc asp.net-mvc-4 bundle asp.net-optimization
Minified script only in MVC4 BundleConfig

I am adding the following ScriptBundle in BundleConfig: bundles.Add(new ScriptBundle("~/bundles/javascript").Include( "~/Scripts/jquery-1.*", "~/Scripts/load-image.min.…

asp.net-mvc razor asp.net-mvc-4 bundle asp.net-optimization