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
{{ message }}
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.
doesn't pick up assets like
<%= stylesheet_link_tag 'spree/frontend/all', media: 'screen' %>
I think this should just be matching
location ~ ^/assets/
as seen here http://guides.rubyonrails.org/asset_pipeline.html#highlighter_226731 .I'd also be happy to override this myself, should I just copy an nginx into my container over the top of this one in the short term?
The text was updated successfully, but these errors were encountered: