Search code examples
asp.net-mvc-4asp.net-optimizationbundling-and-minification

MVC 4 Bundling URL instead of files


I think my title says everyting, I want to bundle a set of action urls which return JavaScriptResult instead of physical files, is this somehow possible?

Best regards


Solution

  • I do not think you will have to wait for new release of ASP.NET MVC. WebOptimization library is a separate project - that is developed somehow independently.

    I am not 100% sure if this is something that you have been looking for but there is a support for virtual path providers now:

    http://codebetter.com/howarddierking/2012/10/20/new-web-optimization-pre-release-package-on-nuget/