From 8f31c1dbe2fa390f4d29542f20e988f3f630e00c Mon Sep 17 00:00:00 2001 From: jamesnolanverran Date: Sun, 23 Apr 2017 14:18:57 -0700 Subject: [PATCH] fix livereload --- config/dev.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [