views:

36

answers:

2

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?

+1  A: 

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

cxfx
+1  A: 

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.

lincolnk