Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Gareth Redfern
Gareth Redfern
36,217 Points

Using Zurb Foundation With RVM

I am trying to use Zurb Foundation with RVM I have installed it and my list of LOCAL GEMS are:

  • bundler (1.2.4)
  • chunky_png (1.2.7)
  • compass (0.12.2)
  • fssm (0.2.10)
  • modular-scale (1.0.6)
  • rake (10.0.3)
  • rubygems-bundler (1.1.0)
  • rvm (1.11.3.6)
  • sass (3.2.5)
  • sassy-math (1.5)
  • zurb-foundation (3.2.5)

When I go to run the command:

compass create <project-name> -r zurb-foundation --using foundation I get an error message that says:

No such framework: "foundation"

Can someone point me in the direction of what I need to do to get it working?

2 Answers

Gareth Redfern
Gareth Redfern
36,217 Points

Got it, you don't have < > round the project name :-)

Right, Gareth! The text that replaces "<project-name>" will create a directory by that name, and load up with the foundation files.