No compilation
This is my first buildpack install, so I may just be doing this wrong.
I've followed the readme instructions, updated the S3 URL (https://github.com/adamburmister/heroku-buildpack-ruby-pdftk/blob/master/lib/custom/pdftk.rb#L9) and added the BUILDPACK_URL=https://github.com/adamburmister/heroku-buildpack-ruby-pdftk config var, which sets it and restarts the app
I don't however see any log feedback or filesystem changes.
My expectation was the binary would be available in vendor/pdftk
Any guidance would be much appreciated
@adamburmister Are you still having this issue? Has your file on S3 been made public?
@adamburmister I had this issue initially before I realized I hadn't downloaded the source file correctly (before uploading it to S3). It should be around 13 MB so make sure that your version on S3 is around that size and is publicly accessible.