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
Hi. I want to completely remove the spree_static_content from my application, how can I do it? I will remove it from gemfile and gemfile.lock but get the error, after bundle install:
Showing /home/d7na/.rvm/gems/ruby-2.2.5/gems/spree_frontend-3.1.3/app/views/spree/shared/_products.html.erb where line #28 raised:
couldn't find file 'spree/frontend/spree_static_content' with type 'text/css'
Hi. I want to completely remove the spree_static_content from my application, how can I do it? I will remove it from gemfile and gemfile.lock but get the error, after bundle install:
How can I delete it?