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 using Vue.js in a project and I can't figure out how to reference image files managed by the asset pipeline in the templates. Is there a recommended way to do this?
I understand that the bundling phase occurs before the asset pipeline does anything, so is there anything like a special URL I can put in the template which the asset pipeline rewrites later?
I've also encountered this issue with cssbundling-rails and wondered if a similar solution might be available?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey!
I'm using Vue.js in a project and I can't figure out how to reference image files managed by the asset pipeline in the templates. Is there a recommended way to do this?
I understand that the bundling phase occurs before the asset pipeline does anything, so is there anything like a special URL I can put in the template which the asset pipeline rewrites later?
I've also encountered this issue with
cssbundling-rails
and wondered if a similar solution might be available?Thanks!
The text was updated successfully, but these errors were encountered: