mirror of
https://github.com/beego/bee.git
synced 2025-06-11 03:10:40 +00:00
Merge pull request #530 from Medicean/master
fix bee.json & Beefile watch_ext doesn't work
This commit is contained in:
@ -36,8 +36,8 @@ var (
|
||||
state sync.Mutex
|
||||
eventTime = make(map[string]int64)
|
||||
scheduleTime time.Time
|
||||
watchExts = []string{".go"}
|
||||
watchExtsStatic = []string{".html", ".tpl", ".js", ".css"}
|
||||
watchExts = config.Conf.WatchExts
|
||||
watchExtsStatic = config.Conf.WatchExtsStatic
|
||||
ignoredFilesRegExps = []string{
|
||||
`.#(\w+).go`,
|
||||
`.(\w+).go.swp`,
|
||||
|
Reference in New Issue
Block a user