Watch and compress a file or a directory with SASS
//Just a file sass --watch source.scss:dest.css --style compressed //An entire directory sass --watch app/sass:public/stylesheets --style compressed