Created
April 26, 2013 07:10
-
-
Save px-amaac/5465484 to your computer and use it in GitHub Desktop.
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
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 | |
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
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