Top "Asp.net-optimization" questions

Questions related to the ASP.

How to disable Javascript/CSS minification in ASP.NET MVC 4 Beta

I am just trying out ASP.NET MVC 4 but I can't figure out how to disable Javascript/CSS minification feature. …

javascript css asp.net-mvc-4 minify asp.net-optimization
Index was outside the bounds of the array in @Scripts.Render

For each controller have a folder (with the same name controler), and for each action a script file. For each …

asp.net-mvc-4 asp.net-optimization
Runtime dynamic bundling and minifying in MVC 4

I was wondering if anybody can help me with bundling and minifying using the new optimization namespace shipped with MVC 4. …

asp.net asp.net-mvc-4 optimization bundle asp.net-optimization
MVC4 partial view javascript bundling Issue

I am working on a project ASP.net 4, MVC4(RC) using visual studio 11. I am trying to render an MVC4 …

javascript asp.net-mvc-4 asp.net-optimization bundling-and-minification
VS2012 - Web Forms - Bundling Confusion

I created a new ASP.NET Web Forms Project through Visual Studio 2012. Unfortunately, the default Site.Master file is very …

asp.net webforms visual-studio-2012 asp.net-optimization
Async loading of javascript files using MVC4 Bundling and HTML5 async attribute

HTML5 has an async attribute for script files, to enable async loading. <script type="text/javascript" src="myScript.js" …

html asp.net-mvc-4 asp.net-optimization bundling-and-minification
Why does ResolveBundleUrl not work for custom folders? (MVC Beta 4)

From a brand-new ASP.NET MVC 4 Beta Web Application, I'm re-arranging my folders to match Rob Conery's VidPub.Web example …

asp.net-mvc-4 asp.net-optimization
ASP.NET Optimization - Bundling

I've been trying out the new minification and bundling feature in ASP.NET MVC 4, and it works great as long …

asp.net-mvc-4 asp.net-optimization
How to resolve Antlr3 dependency hell

I have a asp.net MVC 4 project with MEF and RavenBD. When the project loads it throws this exception : Could …

asp.net-mvc-4 bundle antlr3 asp.net-optimization bundling-and-minification