Reputation: 12414
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
But leaving question open, please share your experience if you have used it. Any other better tool?
Upvotes: 3
Views: 1142
Reputation: 11238
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.
Upvotes: 1
Reputation: 41882
Check out SquishIt, it'll combine and optionally compress your scripts and stylesheets.
Upvotes: 4