Searching for a CSS minifier that is compatible with Rails apps (not gziper) and doesn't require YUI compressor installation via command line. I'm developing a content management software where CSS is inputted into a textarea, then I need to minify it, gzip it, and send it to Amazon without any preprocessing through the command line. Please suggest any suitable solutions?
Online minifier services are also appreciated.