I installed phoenix_slime according to the docs, but found that when using the .slimeleex extension the compile would blow up with:
** (UndefinedFunctionError) function PhoenixSlime.LiveViewEngine.compile/2 is undefined (module PhoenixSlime.LiveViewEngine is not available)
Previously the README referenced 0.12.0. Updating to the latest release (0.13.1, where LiveView support was added in 0.13.0) fixes the problem, so in this PR we update the README to reflect this.
I installed phoenix_slime according to the docs, but found that when using the
.slimeleex
extension the compile would blow up with:Previously the README referenced
0.12.0
. Updating to the latest release (0.13.1
, where LiveView support was added in0.13.0
) fixes the problem, so in this PR we update the README to reflect this.