-
Notifications
You must be signed in to change notification settings - Fork 81
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
rake failed when server and local use different rvm path #31
Comments
Thanks @xiaohui-zhangxh this did the trick! Maybe this can be added to the readme? |
Had the same issue. Applied your fix, now I have LoadError: cannot load such file -- uglifier |
xiaohui's solution was giving me an error about modifying load:defaults after it had run, so I changed it to the below and that worked for me
|
@dncastilho, move uglifier gem outside the assets group. |
On my server, it uses system-wide rvm, however on my mac it's user-wide. Gem
capistrano-rvm
will append rvm prefix torake
, then local assets precompile will get failed.This is my solution:
The text was updated successfully, but these errors were encountered: