我已经阅读了其他类似问题的问题并尝试了他们的修复无济于事
我有一个 3.2.14 Rails 应用程序,当我在一个 CSS 文件中进行更改然后将代码推送到 heroku 时,特定的 CSS 更改不会更新。我已经尝试过:
-Verified that my git status is clean.
-- Tested in New Google Incognito Window for cache check
-- heroku restart
-- rake assets:precompile before deploying
-- Followed these instructions to specifically precompile in production environment
https://devcenter.heroku.com/articles/rails-asset-pipeline
-- Ran:
bundle exec rake tmp:clear
bundle exec rake assets:clean RAILS_ENV=production
bundle exec rake assets:precompile RAILS_ENV=production
谢谢阅读。任何指导将不胜感激。