I just use this buildpack for my static site:
https://github.com/cloudfoundry/staticfile-buildpack.git
Got this error from the push command:
-----> Downloaded app package (1.5M)
Cloning into '/tmp/buildpacks/staticfile-buildpack'...
Submodule 'compile-extensions' (https://github.com/cloudfoundry-incubator/co mpile-extensions.git) registered for path 'compile-extensions' Cloning into 'compile-extensions'... Submodule path 'compile-extensions': checked out '1f260464c156bddfb654adb1429834 4797d030a1' It looks like you're deploying on a stack that's not supported by this buildpack . That could be because you're using a recent buildpack release on a deprecated st ack. If you're using the buildpack installed by your CF admin, please let your admin know you saw this error message. If you at one point specified a buildpack that's at git URL, please make sure yo u're pointed at a version that supports this stack. Staging failed: Buildpack compilation step failed
Fail BuildpackCompileFailed
I have use this buildpack a few weeks ago and it works.