我对编码非常陌生,目前正在经历红宝石课程。
我目前正在尝试将其部署到heroku,但我一直收到错误消息
remote: ! Precompiling assets failed.
remote: !
remote: ! Push rejected, failed to compile Ruby app.
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to polar-forest-19639.
我已经搜索了多个论坛,并尝试了不同的建议,但都没有碰到运气。任何帮助将不胜感激,因为在我弄清楚这一点之前,我无法真正进行此课程。
答案 0 :(得分:0)
添加config / initializers / assets.rb
<style name="MainSpinnerLook" parent="@android:TextAppearance.Widget.TextView.SpinnerItem">
<item name="android:textSize">24sp</item>
</style>
如果您使用了vendor或lib文件夹,请添加以下内容:
Rails.application.config.assets.precompile += %w( *.js *.es6 *.css )
Rails.application.config.assets.precompile += %w(*.png *.jpg *.jpeg)