Cannot run program "sass": error=2, No such file or directory
<internal:lib/rubygems/custom_require>:29:in `require': no such file to load -- bundler/setup (LoadError)
from <internal:lib/rubygems/custom_require>:29:in `require'
BUILDPACK_URL).export PATH="/tmp/bin:bin:vendor/bundle/ruby/1.9.1/bin:$PATH"
export GEM_PATH="vendor/bundle/ruby/1.9.1"
export GEM_HOME="$GEM_PATH"
export BUNDLE_GEMFILE="$1/Gemfile"
export BUNDLE_CONFIG="$1/.bundle/config"
heroku config:add .mkdir -p $CACHE_DIR/.gemsgem install -i $CACHE_DIR/.gems --no-rdoc compassexport PATH=$PATH:$CACHE_DIR/.gems/binexport GEM_PATH=$GEM_PATH:$CACHE_DIR/.gems
Just FYI, I ended up with arguably a bit simpler solution: I forked the heroku-buildpack-scala and added the following 4 lines into compile script: