phoenixframework / phoenix_live_reload

Provides live-reload functionality for Phoenix
MIT License
315 stars 90 forks source link

Use 'channel' rather than 'chan' and upgrade to phoenix 0.16 #19

Closed felipesere closed 9 years ago

felipesere commented 9 years ago

I ran into a problem where live_reloader still uses the "old" JavaScript API for channels. This fixes it.

Should also bump the version of phoenix_live_reload itself?

chrismccord commented 9 years ago

Thanks but already done in the 0.6.0 release

chrismccord commented 9 years ago

I also just realized I hadn't pushed my changes to Github (but I did push a 0.6.0 hex release). Thanks for the PR!