gjaldon / heroku-buildpack-phoenix-static

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

Replace sed with echo loop #39

Closed aaronjensen closed 7 years ago

aaronjensen commented 7 years ago

https://github.com/heroku/heroku-buildpack-nodejs/commit/9444a6f7fe3ae05e1e6e463f1433b498e02a3f52

Fixes errors like "sed: couldn't flush stdout: Resource temporarily unavailable"

gjaldon commented 7 years ago

Thanks a lot! This is a lot cleaner 👍