Cassette bundles vs MVC4 bundles

前端 未结 4 955
醉话见心
醉话见心 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 07:08

    Just as an update to this, LESS and CoffeeScript support was added in the Update 2 package for Visual Studio 2012, so it's starting to look more and more like it would be better to add what transformations you need to the native implementation of the Bundling/Minification backed into MVC4 than go with Cassette in the long term.

提交回复
热议问题