After installing required gems and this bundle, I received the following error: `No such file to load -- compass` To fix that, you should execute following commands: ``` RUBYOPT="rubygems" export RUBYOPT ``` Source: https://gist.github.com/rtomayko/54177 This will fix the problem. I think it should be added to the README file.
After installing required gems and this bundle, I received the following error:
No such file to load -- compassTo fix that, you should execute following commands:
Source: https://gist.github.com/rtomayko/54177
This will fix the problem.
I think it should be added to the README file.