Heroku Assets Precompile

后端 未结 3 605
梦如初夏
梦如初夏 2021-01-07 01:01

Today I was working with an application I\'ve had running on Heroku for a few months now and in an attempt to get something working I ran in my development environment:

3条回答
  •  萌比男神i
    2021-01-07 01:40

    Found the solution in the GitHub thread:

    increment the config.assets.version variable in ${project-root}/config/application.rb

    Assets were refreshed after I'd added config.assets.version = '1.1' at the end of my config file.

提交回复
热议问题