diff --git a/config/dev.exs b/config/dev.exs index e5372d6..2891fd3 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -6,7 +6,7 @@ config :elixir_todo_app, ElixirTodoApp.Endpoint, code_reloader: true, check_origin: false, watchers: [node: ["node_modules/brunch/bin/brunch", "watch", "--stdin", - cd: Path.expand("../", __DIR__)]] + cd: Path.expand("../", __DIR__)], mix: ["elixirscript.watch"]] config :elixir_todo_app, ElixirTodoApp.Endpoint, live_reload: [