From 125c87a405a689c37a3f3d0dede23d74c1581a81 Mon Sep 17 00:00:00 2001 From: skyblue Date: Mon, 7 Apr 2014 14:14:17 +0800 Subject: update fswatch.json --- .fswatch.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to '.fswatch.json') diff --git a/.fswatch.json b/.fswatch.json index 81243ebc3f..90a6e4eae7 100644 --- a/.fswatch.json +++ b/.fswatch.json @@ -1,14 +1,7 @@ { "paths": ["."], "depth": 2, - "exclude": [ - "^gogs$", - "~$", - "\\.swp$", - "\\.exe$", - "\\.swx$", - ".*\\.log$" - ], + "exclude": [], "include": ["\\.go$"], "command": [ "bash", "-c", "go build && ./gogs web" @@ -16,5 +9,5 @@ "env": { "POWERED_BY": "github.com/shxsun/fswatch" }, - "enable-restart": false + "enable-restart": true } -- cgit v1.2.3