【发布时间】:2014-07-08 02:06:35
【问题描述】:
我是使用 SASS 开发的新手,但我真的很想使用 Foundation。我安装了 Node JS、Ruby、Compass、SASS、Bower 等。
1) 我打开我的命令并运行 C:\Builds> compass create project
结果:Congrats! Your compass project has been created
2) 然后我运行 C:\Builds\Project> gem install zurb-foundation-5
结果:Successfully installed zurb-foundation-5-5.2.2
3) 我运行 C:\Builds\Project> foundation new sitename
结果:foundation is not recognized as an internal or external command
我以为我现在会有 C:\Builds\Project\Sitename
现在我想起来了,实际上我希望将基础安装在原始项目文件夹中,并且 sass 已经在该目录中运行。
现在我的文件结构如下:
project/
├── .sass-cache
│ └── ...
├── sass
│ └── ...
├── stylesheets
│ └── ...
├── config.rb
【问题讨论】:
标签: ruby sass zurb-foundation