diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-04-10 22:21:12 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-04-10 22:21:12 +0800 |
commit | 94c7278194694fec728b518d4390b03ba6c237a4 (patch) | |
tree | 2aebf5fe63423b7b2eb14d58697bab1c95ffb3bb /.fswatch.json | |
parent | 16b6e5d50b665c5376b61ca7d02e3716a1c05ead (diff) | |
parent | 2577940c30f6a6d15390974ab36f8c3d1e00f9f4 (diff) | |
download | gitea-94c7278194694fec728b518d4390b03ba6c237a4.tar.gz gitea-94c7278194694fec728b518d4390b03ba6c237a4.zip |
Merge branch 'master' of github.com:gogits/gogs into dev
Conflicts:
web.go
Diffstat (limited to '.fswatch.json')
-rw-r--r-- | .fswatch.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.fswatch.json b/.fswatch.json new file mode 100644 index 0000000000..90a6e4eae7 --- /dev/null +++ b/.fswatch.json @@ -0,0 +1,13 @@ +{ + "paths": ["."], + "depth": 2, + "exclude": [], + "include": ["\\.go$"], + "command": [ + "bash", "-c", "go build && ./gogs web" + ], + "env": { + "POWERED_BY": "github.com/shxsun/fswatch" + }, + "enable-restart": true +} |