Created
January 21, 2010 00:48
-
-
Save satyajit/282479 to your computer and use it in GitHub Desktop.
Wrong sucess message
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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! |
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
Were you able to figure this one out? I'm having exactly the same problem right now.