aboutsummaryrefslogtreecommitdiffstats
path: root/git_hooks/pre-commit
AgeCommit message (Collapse)Author
2012-11-03Skip trying to run tests if build fails.Jez Ng
2012-11-03Pipe `popd` output to /dev/null.Jez Ng
2012-11-02Fix pre-commit hook.Jez Ng
Previously, we were running the tests based on the working directory code (instead of using the index), and we did not check that the generated JS matched the latest Coffeescript.
2012-07-26Git hacking: Set up pre-commit test hook.Jez Ng
Also tweak .gitignore. To activate the hook, symlink .git/hooks to git_hooks.