Skip to content

Instantly share code, notes, and snippets.

@satyajit
Created January 21, 2010 00:48
Show Gist options
  • Select an option

  • Save satyajit/282479 to your computer and use it in GitHub Desktop.

Select an option

Save satyajit/282479 to your computer and use it in GitHub Desktop.
Wrong sucess message
What CSS Framework do you want to use with Compass? (default: 'blueprint')
Where would you like to keep your sass files within your project? (default: 'app/stylesheets')
Where would you like Compass to store your compiled css files? (default: 'public/stylesheets/compiled')
Use sudo for the gem commands? (the default for your system is yes)
gemfile haml (>=2.2.16)
gemfile compass (>= 0.8.17)
rake gems:install GEM=haml
(in /home/satyajit/code/compass-test)
rake aborted!
Don't know how to build task 'gems:install'
(See full trace by running task with --trace)
rake gems:install GEM=compass
(in /home/satyajit/code/compass-test)
rake aborted!
Don't know how to build task 'gems:install'
(See full trace by running task with --trace)
rake gems:unpack GEM=compass
(in /home/satyajit/code/compass-test)
rake aborted!
Don't know how to build task 'gems:unpack'
(See full trace by running task with --trace)
create vendor/plugins/compass/init.rb
run haml --rails . from "."
Haml plugin added to .
run compass --rails -f blueprint . --css-dir=public/stylesheets/compiled --sass-dir=app/stylesheets from "."
Compass (with blueprint) is all setup, have fun!
@wiemann
Copy link

wiemann commented Sep 13, 2010

Were you able to figure this one out? I'm having exactly the same problem right now.

@prolificcoder
Copy link

I think I solved this problem by having gems: in my current directory or working in sudo, its very long ago, so I don't remember now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment