-
Notifications
You must be signed in to change notification settings - Fork 65
Blue theme fails with spree 1.2.2 #10
Comments
Yea I got a similar issue. I tried putting: *= require store/screen in the store/all.css manifest and that didnt work. I tried to precompile the assets and that didnt work. Any ideas? |
Yeah, Spend about a week rewriting all the CSS for Spree. |
I ran into this problem as well when I upgraded to Spree 1.x. It looks like this override in spree_blue_theme:
Is breaking due to that partial being removed from core in this commit:
I wish the people who maintained core would also maintain spree_blue_theme/spree_blue_sass_theme to keep them working together... |
Duplicate of #7 |
So now that Spree is at 2.1.5 -- how do I get this blue theme working? I just can't it seems |
This theme is no longer maintained I would not recommend using it. |
Ubuntu 12.04
ruby 1.9.3. 327
rails 3.2.9
Steps to reproduce
add to gem file (at bottom)
gem 'spree_blue_theme', :git => 'git://github.com/spree/spree_blue_theme.git'
run bundle
rails s
go to localhost:3000
F5
get this (I have done this about 5 times, same result):
ActionView::MissingTemplate in Spree/home#index
Showing /home/tw/.rvm/gems/ruby-1.9.3-p327/gems/spree_core-1.2.2/app/views/spree/shared/_header.html.erb where line #3 raised:
Missing partial spree/shared/store_menu with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :rabl]}. Searched in:
Extracted source (around line sass-rails not load in heroku #3):
1:
2: <%= logo %>
3: <%= render :partial => 'spree/shared/nav_bar' %>
4: <%= render :partial => 'spree/shared/main_nav_bar' if store_menu? %>
5:
Trace of template inclusion: /home/tw/.rvm/gems/ruby-1.9.3-p327/gems/spree_core-1.2.2/app/views/spree/layouts/spree_application.html.erb
Rails.root: /home/tw/Ruby_Rails/Rails_3_projects/spree_store3
Application Trace | Framework Trace | Full Trace
The text was updated successfully, but these errors were encountered: