Add basic file watcher to run koans

This commit is contained in:
Uku Taht
2015-12-17 01:03:05 +00:00
parent cbede62727
commit 94ff8b63b4
4 changed files with 25 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ defmodule Koans.Mixfile do
end
def application do
[applications: [:logger]]
[applications: [:exfswatch, :logger]]
end
defp deps do