From 96bcdb2206fb4d0db864f1a626938e6b3d8d28cb Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Wed, 11 Dec 2013 17:24:33 -0800 Subject: [PATCH] Install brew - Fix #37 --- Gruntfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 791bc68..7abb675 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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)"' } }