Skip to content

Instantly share code, notes, and snippets.

@captproton
Created March 22, 2012 23:42
Show Gist options
  • Select an option

  • Save captproton/2165519 to your computer and use it in GitHub Desktop.

Select an option

Save captproton/2165519 to your computer and use it in GitHub Desktop.
RAILS_ENV=production bundle exec rake assets:precompile error with twitter bootstrap
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