我使用bootstrap-sass将bootstrap集成到我的应用程序中.该应用程序在我的本地计算机上工作正常,但当我通过capistrano部署时,我收到此错误:
Undefined variable: "$baseLineHeight".
(in /var/www/CollegeSportsBlueBook/shared/bundle/ruby/1.9.1/gems/bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_accordion.scss)
Run Code Online (Sandbox Code Playgroud)
当capistrano试图跑 assets:precompile
我认为这个变量抛出错误,因为它是第一个尝试预编译的scss文件中的第一个变量.
有些事情没有正确加载.任何想法可能是什么?
编辑
完整跟踪https://gist.github.com/2233071
编辑2
将application.rb和production.rb添加到gist