slime-lang / phoenix_slime

Phoenix Template Engine for Slime
MIT License
310 stars 66 forks source link

Update README to a version that supports LiveView #79

Closed tensiondriven closed 4 years ago

tensiondriven commented 4 years ago

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.

doomspork commented 4 years ago

Thank you and welcome @tensiondriven!