Hi,
I’m trying to deploy my Middleman project on Heroku, but it fails with this message:
rake aborted!
Command failed with status (1): [middleman build...]
/tmp/build_f1bd93af-e356-4c4a-8821-71af2544e44a/Rakefile:3:in `block (2 levels) in <top (required)>'
Tasks: TOP => assets:precompile
(See full trace by running task with --trace)
!
! Precompiling assets failed.
Does anyone have a clue what the problem might be? I checked my Rakefile, and it looks like this:
namespace :assets do
task :precompile do
sh "middleman build"
end
end
my repository is at: https://github.com/acandael/personal-site
Your help is appreciated,
Anthony