I am currently working on a prototype ASP.NET MVC 3 solution that will be used as a base for several project rewrites (from web forms).
One of the goals that I have is t
I ended up using Cassette on my last project and it's working pretty well. There's really not a whole lot of configuration to it if you use NuGet, so my thinking is that it wouldn't be too hard to use Cassette now and then switch later if you wanted to.
One other thing to consider is that Cassette does Less compiling. I'm not sure if the MVC4 bundling does that or not since I haven't had time to read up on it.