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?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

ah nevermind.. found it..

sass --watch a.scss:a.css --style compressed

link|improve this answer
2  
Than please mark as Correct Answer. – Cody Jan 24 at 15:07
it's making me wait another day to do it since I answered my own question... – tester Jan 24 at 18:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.