Basic watch
sass --watch a.scss:a.css
Watch and output minified
sass --watch a.scss:a.css --style compressed
Remove source map
sass --no-source-map --watch style.scss:style.css
Basic watch
sass --watch a.scss:a.css
Watch and output minified
sass --watch a.scss:a.css --style compressed
Remove source map
sass --no-source-map --watch style.scss:style.css
Leave a Reply
You must be logged in to post a comment.