Created
June 6, 2012 18:29
-
-
Save isao/2883750 to your computer and use it in GitHub Desktop.
put this in path/to/mojito/.git/hooks to run jslint before every commit
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 | |
# run jslint before every commit | |
# to install, cp to path/to/mojito/.git/hooks/pre-commit && chmod +x !$ | |
./source/bin/mojito jslint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment