1
0
mirror of https://github.com/beego/bee.git synced 2025-06-19 01:40:40 +00:00

Add conf option for watch all

This commit is contained in:
Unknown
2014-02-17 17:26:59 -05:00
parent 1421e371a8
commit 1a352bc6b3
3 changed files with 9 additions and 13 deletions

View File

@ -7,19 +7,11 @@
"go_install": false,
"watch_ext": [],
"dir_structure": {
"watch_all": false,
"controllers": "",
"models": "",
"others": []
},
"cmd_args": [],
"envs": [],
"bale": {
"import": "github.com/beego/beeweb/bale",
"dirs": [
"views", "static"
],
"ignore_ext": [
".go", ".DS_Store"
]
}
"envs": []
}