Bundling & Minification in ASP.NET 3.5

这一生的挚爱 提交于 2019-12-11 09:52:19

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!