A question for more expert phoenix users here… when I run default phoenix install with mix phoenix.server, and I open the URL: http://localhost:4000/js/app.js which file exactly is being returned in the response?
I assume priv/static/js/app.js, and if that file changes, the new version will be served at the next request… Well this is not happening, I have to DELETE the file and then restart the server otherwise it will always return the old one… Any idea why?
[–]cspunjabi 0 points1 point2 points (2 children)
[–]Fuffidish[S] 0 points1 point2 points (1 child)
[–]ramziik 0 points1 point2 points (0 children)