diff options
| author | Pete Bacon Darwin | 2013-06-07 20:24:26 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-06-07 20:24:26 +0100 | 
| commit | 8011b97bfa46aa55f0d6d6161fabde8bef512220 (patch) | |
| tree | 9be21a748eb4ce313de4c975175ec7408e0a8c78 /Gruntfile.js | |
| parent | a4300efef99751c7f7c0ee27b7e74dae19a713cd (diff) | |
| download | angular.js-8011b97bfa46aa55f0d6d6161fabde8bef512220.tar.bz2 | |
chore(Gruntfile): ensure bower command is run under node
Diffstat (limited to 'Gruntfile.js')
| -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          } | 
