CSS compilation/compression and Source Maps v3

Robpootte

New Member
Does anyone know of a tool that will compress/minify/combine my CSS files and produce valid v3 SourceMap that can be used with Chrome? Preferably a NodeJS tool.The compressors I know of for Node are clean-css, csso, css-condense (uses css-parse but chokes on bootstrap.css) and cssmin (port from YUI but has no CLI). None of these appear to have source-map support.I think SASS (Ruby) and possibly Less.js are working on implementations, but those are preprocessor tools.
 
Back
Top