The error gives you a hint: you have to manually run mix phx.digest (or rather programmatically as part of your build). phx_new adds a mix assets.deploy alias which you should use instead as it includes all the asset stuff that needs to be done.






















