Skip to content

Commit

Permalink
Install brew - Fix #37
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Dec 12, 2013
1 parent 9b9500d commit 96bcdb2
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 @@ -350,6 +350,10 @@ module.exports = function(grunt) {

ruby_update: {
command: 'sudo gem update --system'
},

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

}
Expand Down

0 comments on commit 96bcdb2

Please sign in to comment.