Sunday, October 14, 2012

MVC 4 Bundling


Also http://forums.asp.net/t/1776599.aspx/1?MVC+4+0+Bundling+Minification+not+working+


Add to the  View\Web.config :

 
 
   

 

and the following inside View\....cshtml

@if (IsSectionDefined("scripts"))
{
       @RenderSection("scripts", required: false)
}.


Still got errors, so  work around was needed as I had a demo and 2012 release was only in a week....

add    

to



   
    @ViewBag.Title - Movie App
   
   
   
   
   
   
   
   



No comments: