问题
ASP.NET 4.5
includes a new feature to minify and bundle CSS and JavaScript within your web application.
Is there anything similar to apply bundling and minification for CSS and JS files in ASP.NET 3.5
(Web forms)?
回答1:
I think there is no built in tool is available in 3.5
You can use YUICompressor and add those compressed version in your page
There is a YUICompressor for .Net is available
来源:https://stackoverflow.com/questions/20123344/bundling-minification-in-asp-net-3-5