mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-17 11:11:05 +00:00
chore(Gruntfile): ensure bower command is run under node
This commit is contained in:
parent
a4300efef9
commit
8011b97bfa
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ module.exports = function(grunt) {
|
||||||
|
|
||||||
shell: {
|
shell: {
|
||||||
bower: {
|
bower: {
|
||||||
command: './node_modules/bower/bin/bower install',
|
command: 'node ./node_modules/bower/bin/bower install',
|
||||||
options: {
|
options: {
|
||||||
stdout: false
|
stdout: false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue