标签: ruby-on-rails-4 heroku deployment react-on-rails
最近我们在Rails应用程序中引入了React。添加反应后,部署需要很长时间,因为资产预编译需要大约半小时才能完成。
有什么建议可以加快部署速度吗?
答案 0 :(得分:0)
尝试在本地编译资源并推送到heroku。
按照以下步骤操作:
运行命令:RAILS_ENV=production rake assets:precompile
RAILS_ENV=production rake assets:precompile
将所有带有menifest文件的编译文件推送到heroku。