Skip to content

Commit

Permalink
Install brew tig dependency - Fix #38
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Dec 12, 2013
1 parent 96bcdb2 commit fab3537
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,10 @@ module.exports = function(grunt) {

brew: {
command: 'ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"'
},

brew_tig: {
command: 'brew install tig'
}

}
Expand Down

0 comments on commit fab3537

Please sign in to comment.