Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
add pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
AyumuKasuga committed Jan 16, 2014
1 parent 398fc56 commit 6513d45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions SocialShare.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

uglifyjs SocialShare.js -m -o SocialShare.min.js

git add SocialShare.min.js

0 comments on commit 6513d45

Please sign in to comment.