Skip to content

Instantly share code, notes, and snippets.

@xikaos
Last active August 30, 2016 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xikaos/33a07cdbb969556546371d59f28b4157 to your computer and use it in GitHub Desktop.
Save xikaos/33a07cdbb969556546371d59f28b4157 to your computer and use it in GitHub Desktop.
defmodule R do
def reload! do
Mix.Task.reenable "compile.elixir"
Application.stop(Mix.Project.config[:app])
Mix.Task.run "compile.elixir"
Application.start(Mix.Project.config[:app], :permanent)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment