-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logo path doesn't work in 2.1 #35
Comments
Hi @szechyjs, have you been able to investigate this issue since you posted about it? Would you please be able to do that and submit a patch to fix the problem? |
Using Spree |
Can you show how you set the logo setting @dpritchett ? I cannot reproduce the error with a 2-0-stable clean sandbox and this in config/initializer/spree.rb https://gist.github.com/peterberkenbosch/7807412 |
I'm messing with it locally now, I think I did something dumb with bundler. I'll update again in a while. FWIW here's my current config: Spree::PrintInvoice.config do |config|
config.print_buttons = %w[invoice packaging_slip]
config.print_invoice_logo_path = "global/logo.png"
end |
That looks good to me. |
@dpritchett Do you know if this issue is still ... an issue? |
Logo path is set to prepend /public/assets to the logo path. This does not work with the asset pipeline in 2.1
The text was updated successfully, but these errors were encountered: