heroku / heroku-buildpack-static

[DEPRECATED] Heroku buildpack for handling static sites and single page web apps
MIT License
673 stars 427 forks source link

Exclude unnecessary files when publishing the buildpack #178

Closed edmorley closed 3 years ago

edmorley commented 4 years ago

Since currently the archive on the buildpack registry contains a lot more than the ~15 files needed at compile time:

$ curl -sSf https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku-community/static.tgz | tar -zt | wc -l
234

See: https://devcenter.heroku.com/articles/buildpack-registry#creating-a-buildpack-descriptor

Refs W-8367040.