Issue
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?
Solution
sass --watch a.scss:a.css --style compressed
Consult the documentation for updates:
Answered By - tester
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.