Local builds are successful, but deploying to Heroku fails on build. Appears to be related to ‘Precompiling Assets.’ Any help or direction would be great - thanks!
I’m using Middleman with Foundation 5, which uses Bower dependencies that appears to be the cause of breaking during the build on Heroku deployment.
Error snippet:
remote: from vendor/bundle/bin/middleman:16:in `load'
remote: from vendor/bundle/bin/middleman:16:in `<main>'
remote: rake aborted!
remote: Command failed with status (1): [middleman build...]
remote: /tmp/build_31ad14ee6e4fef7d3ecd248b26518a72/Rakefile:3:in `block (2 levels) in <top (required)>'
remote: Tasks: TOP => assets:precompile
remote: (See full trace by running task with --trace)
remote: !
remote: ! Precompiling assets failed.
remote: !
remote:
remote: ! Push rejected, failed to compile Ruby app
Full error found here.
Full source and configuration found here.