Is there a good .Net CSS aggregator that combines style sheets and minifies them?

Posted by vfilby on Stack Overflow See other posts from Stack Overflow or by vfilby
Published on 2010-04-23T13:42:35Z Indexed on 2010/04/23 13:53 UTC
Read the original article Hit count: 214

Filed under:
|
|
|
|

I am looking to see if there is an open source/free project that provides a CSS manager. I am looking for this mainly for performance tweaking and hoping there is a readymade project rather than building from scratch. Features I am looking for include:

  1. Combines multiple .css files into a single css file
  2. Optionally minifies the resulting .css file
  3. Works well with .Net (a user control, custom handler, etc)

Is there a project out that that handles this?

© Stack Overflow or respective owner

Related posts about css

Related posts about aggregator