Does anyone know a tool that will compress / minimize / merge my CSS files and produce a valid source map version 3 that can be used with Chrome? Preferably NodeJS tool.
The compressors that I know for Node are pure-css, csso, css-condense (uses css-parse, but chokes on bootstrap.css) and cssmin (the port is from YUI, but does not have a CLI). None of them have source file support.
I think that SASS (Ruby) and, possibly, Less.js are working on implementations, but they are preprocessing tools.
source share