gpt4 book ai didi

ruby-on-rails - 将 Rail4 Assets 管道获取到 heroku

转载 作者:数据小太阳 更新时间:2023-10-29 08:48:45 27 4
gpt4 key购买 nike

我的 css 和图像没有进入 heroku。但我按照他们的教程说的做了。

RAILS_ENV=production bundle exec rake assets:precompile
git add public/assets
git commit -m "assets added"

然后我heroku push 得到

-----> Preparing app for Rails asset pipeline
Detected manifest file, assuming assets were compiled locally

所以我的资源被推送了,但我的 heroku 应用程序上仍然没有 css 图像或任何东西。有什么想法吗?

最佳答案

尽量不要将您的 Assets 发送到 heroku。

从 git 中删除公共(public)/ Assets :

git rm -r public/assets
git commit -m "Remove assets"

如果还是不行,在 config/environments/production.rb 设置:

config.assets.compile = true

你也可以试试,在config/environments/production.rb上设置:

config.serve_static_assets = true

关于ruby-on-rails - 将 Rail4 Assets 管道获取到 heroku,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19329666/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com