Top "Asp.net-optimization" questions

Questions related to the ASP.

{version} wildcard in MVC4 Bundle

In MVC 4 we have bundles. While defining the bundles we can use wildcards like * for all files in a folder. …

c# asp.net asp.net-mvc asp.net-mvc-4 asp.net-optimization
MVC4 - Bundling does not work when optimizations are set to true

I wonder what I don't do correct here. I am using ASP.NET C# MVC4 and I want to take …

c# asp.net asp.net-mvc asp.net-mvc-4 asp.net-optimization
Why is MVC4 @Styles.Render() not behaving as expected in debug mode

I am implementing the bundling and minification support in MVC4 and setting it up so it can compile my Bootstrap .…

asp.net-mvc-4 bundling-and-minification asp.net-optimization
MVC4 bundling CSS failed Unexpected token, found '@import'

I'm trying to use bundling to combine & minify some CSS files. In my Global.aspx.cs Application_Start I …

c# asp.net-mvc bundle asp.net-optimization
Absolute URL in ASP bundle

I use a jQuery library for Google Maps, and it depends on the Google scripts to be loaded first. I'd …

asp.net-mvc asp.net-mvc-4 asp.net-optimization bundling-and-minification
MVC4 Less Bundle @import Directory

I'm trying to use MVC4 bundling to group some of my less files, but it looks like the import path …

import asp.net-mvc-4 bundle less asp.net-optimization
Make ASP.NET bundling specify media=screen for CSS bundle

I'm just trying out ASP.NET 4.5 bundling and minification, and ran into an issue. I've got around 10 css files, of …

asp.net-mvc asp.net-mvc-4 bundling-and-minification asp.net-optimization
ASP.NET MVC4 Bundling with Twitter Bootstrap

I'm trying to use the new bundling feature in MVC 4 with Twitter bootstrap and it seems to me like the …

asp.net twitter-bootstrap asp.net-mvc-4 bundling-and-minification asp.net-optimization
How to bundle resources for ASP.NET MVC areas?

How would you do the resource bundling for asp.net mvc areas? Is this regulated by the ASP.NET MVC …

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