MVC4 RC script bundling very slow

后端 未结 1 1654
南旧
南旧 2021-01-11 20:56

I upgraded a large project to MVC4 RC today to try out the bundling and minification.

Before I had 8 static js files in script src tags in a partial view. A sample p

相关标签:
1条回答
  • 2021-01-11 21:19

    This is a known bug with bundling in ASP.NET MVC 4 RC. The bundling is not being cached server-side.

    The bug is described in detail here: http://todd-carter.com/post/2012/06/10/mini-me-fication-in-system-web-optimization-rc-is-evil/

    There should be an update to the nuget MVC 4 RC package sometime in the week ending 17 June, 2012. (Source: https://twitter.com/howard_dierking/status/212725872904507392)

    0 讨论(0)
提交回复
热议问题