I'm trying to bundle and minify my css and js files with a MVC4 application but can't get it to work. I installed the Microsoft.Web.Optimization package making use of the package manager console.
I included the following statement in my HTML
<link rel="stylesheet" href="Styles/Layout/CSS" />
But my stylesheets are not loading. Is there anything I'm missing?