I am trying to find a nice solution to concatenate and compress javascript and css in my webpage to improve YSlow performance. The website is built using ASP.NET in both VB and C#. I seen some cool tools, like Cassette and Chirpy, but they both seem to need some aspect of the MVC framework that I don’t have. Any ideas?
So far the best I’ve found is a version of Chirpy that will do compression and whatnot inside visual studio, which is cool, but not as automated as I would like.
SquishIt is fairly useful and simple to setup.
It uses YUI Compressor and can minify CSS/Javascript.