Skip to content

Instantly share code, notes, and snippets.

@workmaster2n
Created March 28, 2012 21:39
Show Gist options
  • Save workmaster2n/2230822 to your computer and use it in GitHub Desktop.
Save workmaster2n/2230822 to your computer and use it in GitHub Desktop.
Error when deploying bootstrapped app with capistrano
* executing `deploy:assets:precompile'
* executing "cd /var/www/CollegeSportsBlueBook/releases/20120328212148 && bundle exec rake RAILS_ENV=production RAILS_GROUPS=assets assets:precompile"
servers: ["www.wow.weaponxo.com"]
[www.wow.weaponxo.com] executing command
*** [err :: www.wow.weaponxo.com] rake aborted!
*** [err :: www.wow.weaponxo.com] Undefined variable: "$baseLineHeight".
*** [err :: www.wow.weaponxo.com] (in /var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_accordion.scss)
*** [err :: www.wow.weaponxo.com]
*** [err :: www.wow.weaponxo.com] Tasks: TOP => assets:precompile:primary
*** [err :: www.wow.weaponxo.com] (See full trace by running task with --trace)
*** [err :: www.wow.weaponxo.com]
command finished in 433381ms
failed: "rvm_path=$HOME/.rvm/ $HOME/.rvm/bin/rvm-shell 'ruby-1.9.2-p290' -c 'cd /var/www/CollegeSportsBlueBook/releases/20120328212148 && bundle exec rake RAILS_ENV=production RAILS_GROUPS=assets assets:precompile'" on www.wow.weaponxo.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment