kimlai / melikeyradio

Simple webradio/musicblog engine.
1 stars 1 forks source link

Installation: grunt compass fails #20

Open nclavaud opened 10 years ago

nclavaud commented 10 years ago

When running grunt compass I encountered this error:

Running "compass:dist" (compass) task
LoadError on line 36 of /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb: no such file to load -- animation
Run with --trace to see the full backtrace
Warning: ↑ Use --force to continue.

Aborted due to warnings.
nclavaud commented 10 years ago

Running sudo gem install animation --pre solved the issue.