how to watch in specific folder sass compiler code example
Example 1: watch scss to css
sass --watch scss:css
Example 2: watch scss
sass --watch app/sass:public/stylesheets
sass --watch scss:css
sass --watch app/sass:public/stylesheets