aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-06-07 20:24:26 +0100
committerPete Bacon Darwin2013-06-07 20:24:26 +0100
commit8011b97bfa46aa55f0d6d6161fabde8bef512220 (patch)
tree9be21a748eb4ce313de4c975175ec7408e0a8c78 /Gruntfile.js
parenta4300efef99751c7f7c0ee27b7e74dae19a713cd (diff)
downloadangular.js-8011b97bfa46aa55f0d6d6161fabde8bef512220.tar.bz2
chore(Gruntfile): ensure bower command is run under node
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
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
}