Created
September 2, 2011 19:26
-
-
Save rklancer/1189609 to your computer and use it in GitHub Desktop.
compass:compile error
This file contains 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
rails3-portal (rails3.0)$ bin/rake compass:compile | |
/Users/rklancer/.rvm/gems/ruby-1.9.2-p290@rails3_portal/gems/prawn-core-0.8.4/lib/prawn/core.rb:34: warning: already initialized constant VERSION | |
DEPRECATION WARNING: Rake tasks in /Users/rklancer/dev/rails3-portal/vendor/plugins/restful-authentication/tasks/auth.rake are deprecated. Use lib/tasks instead. (called from <top (required)> at /Users/rklancer/dev/rails3-portal/Rakefile:10) | |
remove tmp/sass-cache/ | |
remove public/stylesheets/ie.css | |
remove public/stylesheets/print.css | |
remove public/stylesheets/screen.css | |
Executing rake task or running in test/cucumber env: skipping Admin::Project.create_or_update_default_project_from_settings_yml | |
Problem processing key 'host' in config/mailer.yml | |
undefined method `host=' for ActionMailer::Base:Class | |
Started observers | |
/Users/rklancer/.rvm/gems/ruby-1.9.2-p290@rails3_portal/gems/compass-0.11.5/bin/compass:39:in `exit': no implicit conversion from nil to integer (TypeError) | |
from /Users/rklancer/.rvm/gems/ruby-1.9.2-p290@rails3_portal/gems/compass-0.11.5/bin/compass:39:in `<top (required)>' | |
from /Users/rklancer/.rvm/gems/ruby-1.9.2-p290@rails3_portal/bin/compass:19:in `load' | |
from /Users/rklancer/.rvm/gems/ruby-1.9.2-p290@rails3_portal/bin/compass:19:in `<main>' |
We had updated Compass and it needed an explicit 'compile' argument. See concord-consortium/rigse@5717ad9 ... and note the comment above the changed line!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you solve this somehow?
btw, got here through Google :)