Created
April 24, 2015 18:49
-
-
Save a-fro/33755fa74e6da8951b51 to your computer and use it in GitHub Desktop.
post-checkout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/sh | |
| # Start from the repository root. | |
| cd ./$(git rev-parse --show-cdup) | |
| compass compile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment