spree-contrib / spree_fancy

SpreeFancy is a responsive theme for Spree Commerce.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
86 stars 187 forks source link

Missing template spree/contact_us/contacts/new #10

Open christoph-buente opened 11 years ago

christoph-buente commented 11 years ago

When running bundle exec rake deface:precompile it stops with this error message.

Unable to precompile 'spree/contact_us/contacts/new' due to: Missing template spree/contact_us/contacts/new with {:locale=>[:en, :de], :formats=>[:html], :handlers=>[:builder, :coffee, :rabl, :erb], :versions=>[:v1]}.

I think it is because of these two files: app/overrides/spree/contact_us/contacts/new/add_icon_to_send_button.html.erb.deface app/overrides/spree/contact_us/contacts/new/move_contact_us_title_to_subheader.html.erb.deface

Is there another spree extension missing?

JDutil commented 11 years ago

@christoph-buente I have an extension spree_contact_us that it is apparently wanting to integrate with. http://github.com/jdutil/spree_contact_us

christoph-buente commented 11 years ago

Is this extension required by the fancy theme? If yes, wouldn't it be better to put it to the gemspec dependencies?

oleksify commented 11 years ago

That looks like a bug in spree_fancy. Thanks for reporting it. I'll try to fix it. spree-fancy have additional overrides for few extensions to make then fit nicely into the theme. We need to check if extension is enabled before overriding templates.

8 февр. 2013, в 09:43, Christoph Bünte notifications@github.com написал(а):

Is this extension required by the fancy theme? If yes, wouldn't it be better to put it to the gemspec dependencies?

— Reply to this email directly or view it on GitHub.