Guest User

Untitled

a guest
Aug 30th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. defmodule R do
  2. def reload! do
  3. Mix.Task.reenable "compile.elixir"
  4. Application.stop(Mix.Project.config[:app])
  5. Mix.Task.run "compile.elixir"
  6. Application.start(Mix.Project.config[:app], :permanent)
  7. end
  8. end
Add Comment
Please, Sign In to add comment