I’m trying to utilize compass/sass/960 grid system. However, it doesn’t seem like compass-960-plugin is installing properly.
The error message I am receiving:
$ compass watch
LoadError on line 105 of /usr/lib/ruby/1.8/compass/configuration/data.rb: no such file to load — ninesixty
Run with –trace to see the full backtrace
And here’s the trace:
$ compass watch –trace
LoadError on line 105 of /usr/lib/ruby/1.8/compass/configuration/data.rb: no such file to load — ninesixty
/usr/lib/ruby/1.8/compass/configuration/data.rb:105:in require'parse_string’
/var/www/wgu/config.rb:1:in
/usr/lib/ruby/1.8/compass/configuration/serialization.rb:40:in parse_string'_parse’
/usr/lib/ruby/1.8/compass/configuration/serialization.rb:35:in
/usr/lib/ruby/1.8/compass/configuration/serialization.rb:34:in open'_parse’
/usr/lib/ruby/1.8/compass/configuration/serialization.rb:34:in
/usr/lib/ruby/1.8/compass/configuration/serialization.rb:13:in new_from_file'configuration_for’
/usr/lib/ruby/1.8/compass/configuration/helpers.rb:39:in
/usr/lib/ruby/1.8/compass/configuration/helpers.rb:83:in add_project_configuration'add_project_configuration’
/usr/lib/ruby/1.8/compass/commands/project_base.rb:31:in
/usr/lib/ruby/1.8/compass/commands/project_base.rb:25:in configure!'initialize’
/usr/lib/ruby/1.8/compass/commands/project_base.rb:15:in
/usr/lib/ruby/1.8/compass/commands/update_project.rb:26:in initialize'new’
/usr/lib/ruby/1.8/compass/exec/sub_command_ui.rb:38:in
/usr/lib/ruby/1.8/compass/exec/sub_command_ui.rb:38:in perform!'run!’
/usr/lib/ruby/1.8/compass/exec/sub_command_ui.rb:15:in
/usr/bin/compass:26
$ ruby -v
ruby 1.8.7 (2010-08-16 patchlevel 302) [x86_64-linux]
$ gem -v
1.3.7
$ compass version
Compass 0.10.6
Copyright (c) 2008-2009 Chris Eppstein
Released under the MIT License.
Any help would be greatly appreciated!
I’m pretty sure it had something to do with the version of Ubuntu server I had installed. I couldn’t seem to install all these tools properly on that version. So, ultimately, I installed the latest version of Ubuntu server and was able to install all these tools properly. Thanks for the help!