chore(Gruntfile): ensure bower command is run under node

This commit is contained in:
Pete Bacon Darwin 2013-06-07 20:24:26 +01:00
parent a4300efef9
commit 8011b97bfa

View file

@ -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
}