Skip to content

Releases: cloudfoundry/staticfile-buildpack

Staticfile Buildpack v0.5.0

27 Mar 17:25
Compare
Choose a tag to compare
  • Support for cflinuxfs2 trusty stack (and continued support for lucid64 stack) [thanks @simonjohansson]
  • Remove trailing whitespace from Staticfile 'root:' value [thanks @edmorley]
  • Use rsync rather than mv to ensure correct files present in public/ [thanks @edmorley]
  • add text/cache-manifest mime type for .manifest files [thanks @hairmare]
  • Ensure that trailing slash redirects don't include ENV[PORT] (thanks @mrdavidlaing)

Testing buildpacks

There is now a basic test harness script in tests/test.sh.

To test a branch on github:

ORG=edmorley BRANCH="root_dir-whitespace" ./test/test.sh

Staticfile Buildpack v0.4.2

23 Oct 14:03
Compare
Choose a tag to compare

Upgrade to nginx 1.7.4 with SSL reverse-proxy support

Staticfile Buildpack v0.4.1

14 Aug 04:59
Compare
Choose a tag to compare

Bug fix for Staticfiles with alternate roots

Staticfile Buildpack v0.4.0

13 Aug 03:40
Compare
Choose a tag to compare

If your site doesn't have a nice index.html, you can configure Staticfile to display a Directory Index of other files; rather than show a relatively unhelpful 404 error.

Add a line to your Staticfile that begins with directory:

directory: visible

Staticfile Buildpack v0.3.0

10 Aug 14:42
Compare
Choose a tag to compare

Specify alternate root folder within Staticfile.

root: dist/

Staticfile Buildpack v0.2.0

10 Aug 05:06
Compare
Choose a tag to compare

Supports basic auth via Staticfile.auth. See README.