I am trying to deploy this repo https://github.com/pyk/0xblockchain on Heroku,
When I follow the steps as suggested there, After deployment, it throw and error that twitter consumer secret key is required, So I have renamed the production.rb.sample to production.rb and added the needed twitter keys, after commuting the changes when I push the changes to heroku it throws the below error.
remote: Tasks: TOP => environment
remote: (See full trace by running task with --trace)
remote:
remote: !
remote: ! Precompiling assets failed.
remote: !
remote: ! Push rejected, failed to compile Ruby app.
remote:
remote: ! Push failed
remote: Verifying deploy...
I tried with adding config flag of precomplied assets, but still it didnt work. Am I missing anything?