Skip to content

Instantly share code, notes, and snippets.

@stowball
Created September 3, 2014 06:07
Show Gist options
  • Select an option

  • Save stowball/d8eca37ba6809862c574 to your computer and use it in GitHub Desktop.

Select an option

Save stowball/d8eca37ba6809862c574 to your computer and use it in GitHub Desktop.
Git pre-commit hook to run a grunt task
chmod +x .git/hooks/pre-commit
#!/bin/sh
grunt task-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment