yatskevich / grunt-bower-task

Grunt plugin for Bower
MIT License
490 stars 117 forks source link

Error when running the task #73

Open Dakuan opened 11 years ago

Dakuan commented 11 years ago

I'm getting:

Fatal error: status code of git: 1

It doesn't seem to occur when it gets to any bower package in particular

yatskevich commented 11 years ago

@Dakuan any steps to reproduce?

srour commented 11 years ago

I am getting this as well. I'll try and find repro steps

srour commented 11 years ago

I made a plunkr repro for this error: http://plnkr.co/edit/sYRzWvghngboEZ714Hl1

repro steps: npm install bower install grunt bower

Everything works except the last step.

srour commented 11 years ago

Looks like I was using an old version of this package, so I updated to 0.3.4 and everything works fine now.