gjaldon / heroku-buildpack-phoenix-static

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

Files are compiled on startup #111

Open axelson opened 3 years ago

axelson commented 3 years ago

I'm not sure why, but I see that some files are recompiled whenever I run heroku run iex -S mix, and I believe it's happening on dyno boot as well. I think this sometimes causes my dynos to not bind to $PORT within 60 seconds.

I am using always_rebuild=false which is probably related. I could switch to always_rebuild=true but that is just a workaround.