Created
March 22, 2012 23:42
-
-
Save captproton/2165519 to your computer and use it in GitHub Desktop.
RAILS_ENV=production bundle exec rake assets:precompile error with twitter bootstrap
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
| RAILS_ENV=production bundle exec rake assets:precompile | |
| /Users/heathertanner/.rvm/rubies/ruby-1.9.2-p290/bin/ruby /Users/heathertanner/.rvm/gems/ruby-1.9.2-p290@global/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets | |
| rake aborted! | |
| stack level too deep | |
| (in /Users/heathertanner/Sites/techtalentfair.com/talentfair/app/assets/stylesheets/scaffolds.css.scss) | |
| Tasks: TOP => assets:precompile:primary | |
| (See full trace by running task with --trace) | |
| rake aborted! | |
| Command failed with status (1): [/Users/heathertanner/.rvm/rubies/ruby-1.9....] | |
| Tasks: TOP => assets:precompile | |
| (See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment