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
@ayanko it can be pretty error prone to use the helpers indicated in templates since one happens at precompile time and the manifest might change before going to production.
I would think this might still work currently on newer versions; although the result might not be as clean as you would hope (chicken and egg; since the rails.png might not be compiled yet).
I might have some time later this week to see if this works; although I am not sure about the chicken egg issues that could occur.
Hello.
That's about using
After upgrade to latest version (4.2.6) and handlebars_assets(0.23.0) sprockets don't want anymore to compile templates like:
That's because we don't pass context anymore for new transformer.
There is easy solution:
P.S. Sorry I don't have time to create PR ..
The text was updated successfully, but these errors were encountered: