Skip to content

Instantly share code, notes, and snippets.

@darkmavis1980
Last active August 29, 2015 14:06
Show Gist options
  • Save darkmavis1980/2b4f2b21246bbdced17a to your computer and use it in GitHub Desktop.
Save darkmavis1980/2b4f2b21246bbdced17a to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment