Skip to content

Instantly share code, notes, and snippets.

@amboy00
Created February 17, 2014 16:12
Show Gist options
  • Save amboy00/9053528 to your computer and use it in GitHub Desktop.
Save amboy00/9053528 to your computer and use it in GitHub Desktop.
Easy way to use Sass in the CLI and output a map file at the same time.
sass --compass --sourcemap --watch sass/swa.scss:css/swa.css
@amboy00
Copy link
Author

amboy00 commented Feb 17, 2014

append 2> /dev/null to ignore warning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment