spree-contrib / spree_print_invoice

Create a PDF invoice for Spree orders.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
91 stars 239 forks source link

:bug: (bug) fix if config.assets.compile is false on production #151

Closed imgarylai closed 4 years ago

imgarylai commented 4 years ago

Rails.application.assets is a nil when config.assets.compile = false.