This is a Heroku buildpack of PhantomJS 2.0.
Requires a Cedar-14 stack. Migrate to this stack prior to running.
Also required is the heroku-buildpack-multi and the heroku-buildpack-apt
Example usage - note the listed packages are required:
$ heroku create --stack cedar-14 --buildpack https://github.com/ddollar/heroku-buildpack-multi
$ echo "https://github.com/ddollar/heroku-buildpack-apt" >> .buildpacks
$ echo "https://github.com/srbartlett/heroku-buildpack-phantomjs-2.0.git" >> .buildpacks
$ cat <<EOT >> Aptfile
libicu52
libjpeg8
libfontconfig
libwebp5
EOT
$ git push heroku master