Actions
Bug #14645
closedImages for plugins in production mode result in 404s
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Images are going through the legacy asset helpers in sprockets-rails, we need to fix that.
For plugins we need to ensure that the digest is looking up digested assets in production and ensure that the prefix is set in order to generate the proper path for the assets.
This will allow the use of image-url in sass for the correct retrieval of digested images.
Actions