Skip to content

arkency/heroku-buildpack-cdn-manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

heroku-buildpack-cdn-manifest

Download asset manifest file from CDN host connected to Digital Ocean Spaces. Asset manifest maps filenames with their digested counterparts. It is need on Heroku side, when your digested assets are served solely from CDN asset host.

Prerequisites

$ heroku buildpacks:add https://github.com/arkency/heroku-buildpack-cdn-manifest
$ heroku config:add AWS_ACCESS_KEY_ID=...
$ heroku config:add AWS_SECRET_ACCESS_KEY=...
$ heroku config:add AWS_REGION=...
$ heroku config:add AWS_BUCKET=...
$ heroku config:add ASSET_MANIFEST_PATH=...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages