Top "Web-optimization" questions

The ASP.

How can I use 3-digit color codes rather than 6-digit color codes in CSS?

I recently went through my CSS file and switched all my six-digit hexadecimal codes to simple three-digit codes (for example, …

css colors hex web-optimization
CssRewriteUrlTransform with or without virtual directory

We are using MVC Bundling in our site, CssRewriteUrlTransform makes sure that the image urls work from the dynamic bundle …

c# asp.net-mvc-4 bundling-and-minification web-optimization
How does webopt:bundlereference work in ASP.Net?

In the default template of the ASP.Net web forms for Visual Studio 13, there is a tag webopt: <webopt:…

asp.net webforms bundling-and-minification web-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
Is there a way to update asp.net mvc bundle contents dynamically at run-time?

I'm ASP.NET MVC v4 for my application, and I'm using the web optimization features (bundling and minification of scripts …

asp.net-mvc asp.net-mvc-4 bundling-and-minification web-optimization asp.net-bundling
Understanding ASP.NEt MVC Script Bundling path specification

So I am working on learning how to use the script bundling utility in MVC and I have one problem …

.net asp.net-mvc asp.net-web-api web-optimization
CssRewriteUrlTransform is not being called

I just created a new MVC 5 app on VS 2013 RTM. For some reason background image url in my CSS files …

asp.net-mvc asp.net-mvc-5 web-optimization
ASP.NET MVC4 how to create bundle with js and css together in one rule?

I have a superfish jquery plugin, which has 4 js and 1 css: <script src="~/Scripts/JQ_Addons/SuperFish/jquery.bgiframe.…

asp.net-mvc-4 bundle web-optimization