stephenplusplus/grunt-wiredep

Don't require bower to be installed globally

provegard opened this issue · 6 comments

It would be useful to be able to specify a path to the bower binary. Right now I cannot use this plugin due to this.

Bower isn't installed globally on the CI server that builds my project, and I prefer to keep it that way. I like it better when a project can be built with as few global dependencies as possible.

Where does wiredep use Bower directly?

No idea. Maybe I've drawn the wrong conclusion? I just noticed that Grunt failed when Bower wasn't installed globally. But I'll re-check...

Huh, apparently I opened the issue in the wrong repository... should've been grunt-auto-install. My apologies! :-)

No problem, there are way too many of us!