-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.