Releases: bufferapp/buffer-static-upload
Releases Β· bufferapp/buffer-static-upload
Fix for too many open files while uploading many static assets
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
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
Alpha release for always uploading source maps.
Fix url output
Fixes bug with the URL output (#10)
Add format and dry-run flags
- 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
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