Skip to content

Instantly share code, notes, and snippets.

@studiomohawk
Created January 31, 2011 10:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save studiomohawk/803882 to your computer and use it in GitHub Desktop.
Save studiomohawk/803882 to your computer and use it in GitHub Desktop.
\.git\hooks\pre-commit use juicer to merge and minify css
#!/bin/sh
exec juicer merge --force css/master.css
exec git add .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment