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?
sass --watch a.scss:a.css --style compressed
Consult the documentation for updates: