gjaldon / heroku-buildpack-phoenix-static

A Heroku buildpack for building Phoenix's static assets
MIT License
230 stars 224 forks source link

Cache static between builds and use phoenix.digest.clean #52

Closed aaronjensen closed 7 years ago

aaronjensen commented 7 years ago

Phoenix 1.3 will introduce mix phoenix.digest.clean which allows us to do what the ruby buildpack does and keep our old versions of assets cached and clean them intelligently.

Given that not everyone will upgrade immediately, this will probably need to be an option for the time being.