Skip to content

Commit

Permalink
Explicitly link themes to avoid link_tree issues
Browse files Browse the repository at this point in the history
`link_tree` seems to be failing when the server is restarted.
Given we're just providing two themes we can list them individually.
  • Loading branch information
elia committed Sep 25, 2023
1 parent a34ef1e commit c445c25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/app/assets/config/solidus_backend_manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

//= link solidus_admin/select2_locales

//= link_directory ../stylesheets/spree/backend/themes .css
//= link spree/backend/themes/classic.css
//= link spree/backend/themes/solidus_admin.css

0 comments on commit c445c25

Please sign in to comment.