From de62ae6043e9bd5923b78e7c92ac08d2f77fc7e7 Mon Sep 17 00:00:00 2001 From: Faissal Elamraoui Date: Sun, 22 Jan 2017 22:27:20 +0100 Subject: [PATCH] Start the Reload server (if enabled) --- run.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/run.go b/run.go index 951cfa8..60b3649 100644 --- a/run.go +++ b/run.go @@ -145,6 +145,11 @@ func runApp(cmd *Command, args []string) int { AutoBuild(files, false) } + // Start the Reload server (if enabled) + if conf.EnableReload { + startReloadServer() + } + for { select { case <-exit: