192 Views
This post describes a new OSS project that automatically sprites and optimizes CSS background images as well as merges and minifies all CSS. It does this on the fly with very little setup effort.
3 comments
dpeterson
9/12/2011 9:22:33 AM
Very nice, this is going to make it a lot easier for the every day developer to optimize their IIS powered site. What does it use for CSS minification?
mwrock
9/12/2011 9:29:36 AM
It uses the MS Ajax minifier to do the actual CSS minification.
vijayst
9/12/2011 10:49:45 AM
It looks like a good tool to try out. Thanks.