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 am facing an issue while adding additional name to file like i was looking similar filename like style.css?v1="some_version".
How do i use current_theme_stylesheet_path to use file with name "style.css?v1=some_version".
<%= stylesheet_link_tag current_theme_stylesheet_path("style")%>
The text was updated successfully, but these errors were encountered:
I am facing an issue while adding additional name to file like i was looking similar filename like style.css?v1="some_version".
How do i use current_theme_stylesheet_path to use file with name "style.css?v1=some_version".
<%= stylesheet_link_tag current_theme_stylesheet_path("style")%>
The text was updated successfully, but these errors were encountered: