From 8011b97bfa46aa55f0d6d6161fabde8bef512220 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Fri, 7 Jun 2013 20:24:26 +0100 Subject: chore(Gruntfile): ensure bower command is run under node --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 24dcaa78..bc95145d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -68,7 +68,7 @@ module.exports = function(grunt) { shell: { bower: { - command: './node_modules/bower/bin/bower install', + command: 'node ./node_modules/bower/bin/bower install', options: { stdout: false } -- cgit v1.2.3