开发者

Javascript and css minifier inbuilt in studio 2010, asp.net mvc application

开发者 https://www.devze.com 2023-01-11 23:47 出处:网络
Is there any tool which can combine all js files and minify them at build time, same for css? We currently do it on release version but it involves lot of manual labor(I just spend 3 hours doing it a

Is there any tool which can combine all js files and minify them at build time, same for css?

We currently do it on release version but it involves lot of manual labor(I just spend 3 hours doing it and then testing).

开发者_高级运维

Edit:

Just after posting this question i found this

.net java yui port

But leaving question open, please share your experience if you have used it. Any other better tool?


Check out SquishIt, it'll combine and optionally compress your scripts and stylesheets.


mx ajax minifier will minify both js and css files and can be set up as a build task. and i'm pretty sure you can use it to combine files but i haven't looked into that.

0

精彩评论

暂无评论...
验证码 换一张
取 消