darkmavis1980
9/3/2014 - 9:00 PM

Watch and compress a file or a directory with SASS

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