Skip to content

Instantly share code, notes, and snippets.

@xtity
Last active August 29, 2015 14:16
Show Gist options
  • Save xtity/999d663bf67ccb311ecc to your computer and use it in GitHub Desktop.
Save xtity/999d663bf67ccb311ecc to your computer and use it in GitHub Desktop.
phoenixでlive reloadさせる方法 ref: http://qiita.com/xtity/items/ea545308ee442eebc597
git clone https://github.com/phoenixframework/phoenix.git && cd phoenix && git checkout cm-brunch && mix do deps.get, compile
mix phoenix.new live_reload ~/path/to/live_reload && cd ~/path/to/live_reload && mix deps.get
mix phoenix.server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment