我已經使用bootstrap-sass將引導程序集成到了我的應用程序中。該應用程序工作正常,我的本地機器上,但是當我去通過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)
當Capistrano的嘗試運行assets:precompile
我覺得這個變量引發錯誤,因爲它是第一個試圖預編譯的scss文件中的第一個變量。
某些東西不能正確加載。任何想法可能是什麼?
編輯
這裏充分跟蹤https://gist.github.com/2233071
編輯2
application.rb中添加和production.rb到GIST
你可以在你的本地機器上運行'rake assets:precompile'嗎? – stephenmurdoch 2012-03-28 21:56:46
是的,但我必須運行它,並指定我在開發環境中,如果這很重要:'RAILS_ENV =開發包exec rake資產:預編譯' – 2012-03-28 22:09:18
您是否更改過'config.assets.precompile'? – nobody 2012-03-29 16:17:38