You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2018. It is now read-only.
When using exrm to build releases for a Phoenix application (https://excasts.com), after the upgrade is complete, it seems that the static assets being used are not the new set. I am using Phoenix digesting in my application.
Paul, just a reminder from our conversation at ElixirConf, you theorized this may be related to the way Phoenix accomplishes its static asset serving. possibly their responsible server does not implement the code_change function.
Thanks and I look forward to working on this issue with you.
When using
exrmto build releases for a Phoenix application (https://excasts.com), after the upgrade is complete, it seems that the static assets being used are not the new set. I am using Phoenix digesting in my application.Paul, just a reminder from our conversation at ElixirConf, you theorized this may be related to the way Phoenix accomplishes its static asset serving. possibly their responsible server does not implement the
code_changefunction.Thanks and I look forward to working on this issue with you.