Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近我们在 Rails 应用程序中引入了 React。添加反应部署后由于资产预编译需要很长时间,大约需要半小时才能完成。
有什么建议可以加快部署速度吗?
尝试在本地编译您的资产并推送到 heroku。
请按照以下步骤操作:
运行命令:RAILS_ENV=production rake assets:precompile
RAILS_ENV=production rake assets:precompile
将所有带有清单文件的编译文件推送到heroku。