Skip to content

Instantly share code, notes, and snippets.

@sunny
Created May 9, 2011 16:04
Show Gist options
  • Save sunny/962788 to your computer and use it in GitHub Desktop.
Save sunny/962788 to your computer and use it in GitHub Desktop.
.git/hooks/post-merge to build sass stylesheets in production in compact CSS
#!/bin/sh
sass -t compressed --no-cache --update .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment