heroku-buildpack-wait-for-static-assets

by Property-Meld

README.md

heroku-buildpack-wait-for-static-assets

Buildpack to wait until Property Meld static assets have finished deploying

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/Property-Meld/heroku-buildpack-wait-for-static-assets.git

For existing applications:

$ heroku buildpacks:set https://github.com/Property-Meld/heroku-buildpack-wait-for-static-assets.git -a YOUR_APP_NAME