我试图在 Heroku 的工作进程中使用 PhantomJS 和 NodeJS,但是当我切换到 buildpack-multi 时,当我推送时 Heroku 给了我这个:
-----> Fetching custom git buildpack... done
! Heroku push rejected, no Cedar-supported app detected
这是我的.buildpack:
http://github.com/heroku/heroku-buildpack-nodejs.git
http://github.com/stomita/heroku-buildpack-phantomjs.git
我的根目录中也有一个 package.json。