使用指南针和祖尔布基金会发出

时间:2022-10-22 09:20:36

Hi I have zurb foundation and I'm totally newbie. I'm using a ubuntu 12.04 ppc (g5) machine and I did the installation from the terminal, everything went ok, but when I try to create a project using compass and Zurb-foundation, this is what is going wrong?

你好,我有祖尔布基金会,我是新手。我使用的是ubuntu 12.04 ppc (g5)机器,我在终端上进行了安装,一切正常,但是当我尝试使用compass和Zurb-foundation创建一个项目时,出了什么问题?

LoadError on line 122 of /usr/lib/ruby/vendor_ruby/sass/../compass/configuration/data.rb: no such file to load -- zurb-foundation Run with --trace to see the full backtrace

在/usr/lib/ruby/vendor_ruby/sass/.. ./compass/配置/数据的第122行出现LoadError。rb:没有这样的文件加载——zurb-foundation运行——跟踪以查看完整的回溯

I did sudo gedit to see if this file data.rb exist and affirmatively it does exist...so since I'm a designer not savvy on ruby or compass...what it is wrong, shaving my head in shame...any help will be appreciated.

我做了sudo gedit来查看这个文件数据。rb确实存在,而且肯定存在……既然我是一个设计师,对ruby或compass不了解……怎么了,羞愧地剃了我的头……如有任何帮助,我们将不胜感激。

BTW I have googled and nothing.

顺便说一句,我用谷歌搜索过,什么都没有。

1 个解决方案

#1


11  

You forgot to install Zurb Foundation. :)

你忘了安装Zurb Foundation。:)

Please execute the following command:

请执行以下命令:

gem install zurb-foundation

This will install the Zurb Foundation extension for Compass.

这将安装Zurb基础扩展为指南针。

After that, you can create your Foundation-powered Compass project.

之后,您可以创建基于基础的Compass项目。

Don't forget to study the documentation: http://foundation.zurb.com/docs/sass.html

不要忘记研究文档:http://foundation.zurb.com/docs/sass.html

#1


11  

You forgot to install Zurb Foundation. :)

你忘了安装Zurb Foundation。:)

Please execute the following command:

请执行以下命令:

gem install zurb-foundation

This will install the Zurb Foundation extension for Compass.

这将安装Zurb基础扩展为指南针。

After that, you can create your Foundation-powered Compass project.

之后,您可以创建基于基础的Compass项目。

Don't forget to study the documentation: http://foundation.zurb.com/docs/sass.html

不要忘记研究文档:http://foundation.zurb.com/docs/sass.html