Is there a good .Net CSS aggregator that combines style sheets and minifies them?
- by vfilby
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:
Combines multiple .css files into a single css file
Optionally minifies the resulting .css file
Works well with .Net (a user control, custom handler, etc)
Is there a project out that that handles this?