Skip to content

Instantly share code, notes, and snippets.

@sunny
Created June 6, 2011 13:18
Show Gist options
  • Save sunny/1010227 to your computer and use it in GitHub Desktop.
Save sunny/1010227 to your computer and use it in GitHub Desktop.
Sass to CSS on git pull: .git/hooks/post-merge
#!/bin/sh
sass --style compressed --update .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment