-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Error: invalid option: -r" trying to follow instructions #5
Comments
I'm getting the same error... any genius that could tell us what could be the problem?? |
I'm using compass 11.5 and getting the same error. This seems like it could be a problem with compass itself. |
Yeah, I'm getting the same error too. If anyone has/can figure this out it'd be good to post back here. |
If someone can find a solution for this problem this would be nice. I really want to test this extension! |
Getting the same problem. |
I guess you missed the "create" in he commandline - though I'm running into rvm problems using it, but this could be an rvm thang.. |
Same problem. Today is my first day using compass, so no clue how to get around this. |
hmm same issue. |
Same issue. |
I slowly begin to doubt that this project is still cooking. :-/ |
Same problem here. Please fix it. new to sass with compass. just following the blog post: |
dito. what's up with this? |
Don't waste your time on this. I did a while back. This was what I did, until deciding to give up on it. (I realize only 10 minutes of my time, but I like to pick my battles.) 1 Changing it into : resulted in : 2 require 'rubygems'
#gem 'compass', '~> 0.8.17'
# "~> 0.8.17" : ">=0.8.17 and <0.9.
# "~> 0.12.0" : ">=0.12.0 and <0.13.0.
gem 'compass', '~> 0.12.0'
require 'compass'
require File.join(File.dirname(__FILE__), 'wordpress', 'compass_extension') 3 4
|
From:
http://wynnnetherland.com/blog/sass-up-your-wordpress-themes-with-compass
compass -r compass-wordpress -f wordpress -p thematic my_wordpress_compass_test
Error: invalid option: -r
/Library/Ruby/Gems/1.8/gems/compass-0.11.5/bin/compass:39:in
exit': no implicit conversion from nil to integer (TypeError) from /Library/Ruby/Gems/1.8/gems/compass-0.11.5/bin/compass:39 from /usr/bin/compass:19:in
load'from /usr/bin/compass:19
I'm not a Ruby guy, so this pretty much stops my ability to explore the library, any simple clues?
I've updated all my gems.
S
The text was updated successfully, but these errors were encountered: