slime-lang / phoenix_slime

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

bump phoenix to 1.3, fix tasks #51

Closed zazaian closed 7 years ago

zazaian commented 7 years ago

This PR bumps the Phoenix version to 1.3 (non-RC).

This creates a breaking change for running tests with Phoenix1.3-rc because the Mix.Phoenix.copy_from/5 task was replaced with Mix.Phoenix.copy_from/4.

With Phoenix bumped to 1.3 and the copy_from/5 calls migrated to copy_from/4, tests are passing and everything should work as normal.

Additionally, phoenix_html has been bumped to ~> 2.10.