phoenix_gon
phoenix_gon copied to clipboard
:fire: Phoenix variables in your JavaScript without headache.
Failed to use "poison" (version 4.0.1) because apps/core/mix.exs requires ~> 4.0 phoenix_gon (version 0.4.0) requires ~> 3.0 mix.lock specifies 4.0.1
While using library in my Phoenix project i saw error messages in Dialyzer and Poison dependency while Phoenix use Jason library by default now. So, i rewrited some specs and...
Implement async changing updating `window.Gon`
So we ran into a problem when using releases (mix release/mix phx.gen.release) with the `PhoenixGon.Pipeline` plug, on it's source it's using `Mix.env()` and for some reason that is not being...