Cassette bundles vs MVC4 bundles

前端 未结 4 945
醉话见心
醉话见心 2021-02-02 06:40

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

4条回答
  •  伪装坚强ぢ
    2021-02-02 06:49

    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.

提交回复
热议问题