diff options
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
