Created
January 29, 2011 20:20
-
-
Save vitch/802153 to your computer and use it in GitHub Desktop.
jScrollPane post-commit hook...
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 | |
# | |
# An example hook script that is called after a successful | |
# commit is made. | |
# | |
# To enable this hook, rename this file to "post-commit". | |
java -jar yuicompressor-2.4.2/build/yuicompressor-2.4.2.jar script/jquery.jscrollpane.js -v --line-break 4000 -o script/jquery.jscrollpane.min.js | |
git add script/jquery.jscrollpane.min.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment