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
Hi, I cannot find a way to make methods like image_tag work.
Everything's fine in development environment, where the assets are not compiled, without fingerprint. When I deploy on staging, the assets are compiled, but the images in the Handlebars templates are still referred to as not compiled assets, e.g. /assets/image.png.
I'm saving all my templates with .hbs.erb extension.
Am I missing something?
The text was updated successfully, but these errors were encountered:
Hi, I cannot find a way to make methods like
image_tag
work.Everything's fine in
development
environment, where the assets are not compiled, without fingerprint. When I deploy on staging, the assets are compiled, but the images in the Handlebars templates are still referred to as not compiled assets, e.g./assets/image.png
.I'm saving all my templates with
.hbs.erb
extension.Am I missing something?
The text was updated successfully, but these errors were encountered: