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
If I have a file app/assets/something/assets/example.css the end result of posify URLs is {{ 'example.css' | asset_url }}, it should be {{ 'something/assets/example.css' | assets_url }}
The text was updated successfully, but these errors were encountered:
If I have a file
app/assets/something/assets/example.css
the end result of posify URLs is{{ 'example.css' | asset_url }}
, it should be{{ 'something/assets/example.css' | assets_url }}
The text was updated successfully, but these errors were encountered: