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've been wrestling with getting this to work on what I assume is not a supported version of spree using gem 'spree_reviews', github: 'spree-contrib/spree_reviews', branch: 'master'
I was able to add the gem, and run the install task, but my application is having trouble finding the linked stylesheet and javascript file: couldn't find file 'spree/frontend/spree_auth' with type 'application/javascript'
I'm assuming it is because spree uses spree_auth_devise now, but that is a wild shot in the dark.
Any ideas on how to fix the gem/application to support my version of spree?
Hey All,
I've been wrestling with getting this to work on what I assume is not a supported version of spree using
gem 'spree_reviews', github: 'spree-contrib/spree_reviews', branch: 'master'
I was able to add the gem, and run the install task, but my application is having trouble finding the linked stylesheet and javascript file:
couldn't find file 'spree/frontend/spree_auth' with type 'application/javascript'
I'm assuming it is because spree uses spree_auth_devise now, but that is a wild shot in the dark.
Any ideas on how to fix the gem/application to support my version of spree?
Here is my full application trace:
The text was updated successfully, but these errors were encountered: