Skip to content

Releases: bufferapp/buffer-static-upload

Fix for too many open files while uploading many static assets

20 Oct 23:21
7149581
Compare
Choose a tag to compare

This release fixes a bug where the utility would crash when it tries to upload thousands of files.

Note: the ARM64 binary was built with different versions of the dependency. They should work nonetheless but keep that in mind while using

Add -skip-versioning option

26 Jun 19:40
Compare
Choose a tag to compare

Addresses #12 and allows for the end user to skip the automatic hash-based versioning of CSS and JS files.

buffer-static-upload -skip-versioning

Always upload source maps

30 Nov 19:05
e2b6a98
Compare
Choose a tag to compare
Pre-release

Alpha release for always uploading source maps.

Fix url output

07 Jun 00:02
Compare
Choose a tag to compare

Fixes bug with the URL output (#10)

Add format and dry-run flags

18 Jan 17:42
Compare
Choose a tag to compare
  • Adds the ability to generate a static asset manifest file in csv format instead of json using the new -format flag
  • Adds a way to test your command using the new -dry-run flag which skips uploading to s3
curl -L https://github.com/bufferapp/buffer-static-upload/releases/download/0.2.0/buffer-static-upload-`uname -s` > /usr/local/bin/buffer-static-upload
chmod +x /usr/local/bin/buffer-static-upload

Initial release

15 Jun 22:31
Compare
Choose a tag to compare

Upload and version your static assets quickly while generating an easy to use manifest with the file locations. To install:

curl -L https://github.com/bufferapp/buffer-static-upload/releases/download/0.1.0/buffer-static-upload-`uname -s` > /usr/local/bin/buffer-static-upload
chmod +x /usr/local/bin/buffer-static-upload