From cb71bf4a3f2e59a06be9aa2232d2b14dd2958188 Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Wed, 13 Aug 2014 02:28:38 -0300 Subject: [PATCH] Add git extras --- Gruntfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 30886ae..898bc47 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -437,6 +437,10 @@ module.exports = function(grunt) { vim_plugins: { command: 'vim +PluginInstall +qall' + }, + + git_extras: { + command: '(cd /tmp && git clone --depth 1 https://github.com/visionmedia/git-extras.git && cd git-extras && sudo make install)' } }