You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure the best way to approach this, but as-is this prevents rails_asset_ids from getting generated. Since the assets no longer exist in the expected location, the rails tag helpers can't find a file for mtime stats.
I believe the heroku deploy process would result in mtime on assets being the time of deploy, so setting an initializer to set ENV["RAILS_ASSET_ID"] to be the start time would probably be good enough. Perhaps just a line in the readme?
The text was updated successfully, but these errors were encountered:
I'm not sure the best way to approach this, but as-is this prevents rails_asset_ids from getting generated. Since the assets no longer exist in the expected location, the rails tag helpers can't find a file for mtime stats.
I believe the heroku deploy process would result in mtime on assets being the time of deploy, so setting an initializer to set ENV["RAILS_ASSET_ID"] to be the start time would probably be good enough. Perhaps just a line in the readme?
The text was updated successfully, but these errors were encountered: