sass --watch with automatic minify?

tester picture tester · Jan 24, 2012 · Viewed 136.4k times · Source

Is there a way to run:

sass --watch a.scss:a.css

but have a.css end up being minified?

How would I avoid having to run a separate minification step as I compile my stylesheet?

Answer

tester picture tester · Jan 24, 2012