Find bower executable in local node_modules directory - #52
Conversation
|
Very cool, thanks. Could you also update readme and changelog? |
|
For updating the Changelog, which release would this be in? |
|
Edge is ok for now
|
Find bower executable in local node_modules directory
|
Does this request mean that we can uncomment https://github.com/42dev/bower-rails/blob/master/lib/tasks/bower.rake#L53? |
|
Nope, doesn't affect that. Haven't been able to get this working on Heroku
|
Bower currently has to be installed somewhere on the PATH for the rake task to find it. If it is not, the error message is not very descriptive. This change searches for the bower executable (and looks in the local node_modules directory) before proceeding. If bower is not found, the rake task with print an error and exit.