Skip to content

Instantly share code, notes, and snippets.

@vitch
Created January 29, 2011 20:20
Show Gist options
  • Save vitch/802153 to your computer and use it in GitHub Desktop.
Save vitch/802153 to your computer and use it in GitHub Desktop.
jScrollPane post-commit hook...
#!/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