Tell torquebox archive to include certain files

94 views Asked by At

I'm trying to deploy my rails app via torquebox. The app depends on some c libraries which are in a subfolder of /lib with the ending .bin

Sadly, when creating a .knob archive for deployment, these files are not added to it.

How can I configure torquebox so it adds these files?

1

There are 1 answers

0
panmari On BEST ANSWER

Was a bug in the torquebox gem not handling paths with spaces very well. Fixed in newer releases.