In MVC3 C #, I'm trying to use the new System.Web.Optimization JSminify and CssMinify packages (part of the .NET 4.5 platform).
I have one basic kit. On one page of my website, I want to include only one .js file for this page only. I would like it to be calculated as bundles, but it does not need to be connected.
How can I do that?
- Also is there source and documentation available for this package?
jaap
source share