Skip to content

Commit

Permalink
chore(Gruntfile): ensure bower command is run under node
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Jun 7, 2013
1 parent a4300ef commit 8011b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 8011b97

Please sign in to comment.