Skip to content

Instantly share code, notes, and snippets.

@px-amaac
Created April 26, 2013 07:10
Show Gist options
  • Save px-amaac/5465484 to your computer and use it in GitHub Desktop.
Save px-amaac/5465484 to your computer and use it in GitHub Desktop.
xxxxxx@site:/var/www/sandbox/site$ which ruby
/usr/local/rvm/rubies/ruby-2.0.0-rc1/bin/ruby
xxxxxx@site:/var/www/sandbox/site$ which compass
/usr/local/rvm/gems/ruby-2.0.0-rc1@site/bin/compass
rake assets:precompile RAILS_ENV=production
/usr/local/rvm/rubies/ruby-2.0.0-rc1/bin/ruby /usr/local/rvm/gems/ruby-2.0.0-rc1@global/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets
rake aborted!
File to import not found or unreadable: foundation/foundation-global.
Load paths:
Sass::Rails::Importer(/var/www/sandbox/site/app/assets/stylesheets/foundation_and_overrides.scss)
/var/www/sandbox/site/app/assets/stylesheets
/usr/local/rvm/gems/ruby-2.0.0-rc1@site/gems/compass-0.12.2/frameworks/blueprint/stylesheets
/usr/local/rvm/gems/ruby-2.0.0-rc1@site/gems/compass-0.12.2/frameworks/compass/stylesheets
/usr/local/rvm/gems/ruby-2.0.0-rc1@site/gems/zurb-foundation-4.1.3/scss
Compass::SpriteImporter
(in /var/www/sandbox/site/app/assets/stylesheets/foundation_and_overrides.scss)
/var/www/sandbox/site/app/assets/stylesheets/foundation_and_overrides.scss:2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment