rposborne/wkhtmltopdf-heroku

What do I set as the exe path?

Closed this issue · 1 comments

Thanks for making this gem. Quick question:

I'm using wicked_pdf and part of the configuration is to make a wicked_pdf.rb file in the conif/initializers directory with the follow line of code:

WickedPdf.config = {exe_path: '...' }

If I'm using your gem, what should I set this to be so that it will work in development and on heroku?

Figured it out. You're not supposed to set this variable in production when using this gem. It just works!