sass - how to compile the mined file?

1

I use sass to help with development, but would like to optimize the final result of the generated css, would it have some way of generating the already mined .css file?

I use the following command to compile the .scss files

sass --watch scss:css
    
asked by anonymous 30.04.2015 / 20:32

1 answer

4
sass --watch scss:css --style compressed
    
30.04.2015 / 20:40