preview disabled by default

This commit is contained in:
alessio 2016-11-20 18:38:42 +01:00
parent 08a3cc76d1
commit aed3510605
1 changed files with 4 additions and 3 deletions

View File

@ -36,9 +36,10 @@ func (h *Blueprint) Add(p *cli.Context) error {
Test: p.Bool("test"),
Params: argsParam(p),
Watcher: Watcher{
Paths: []string{"/"},
Ignore: []string{"vendor"},
Exts: []string{".go"},
Paths: []string{"/"},
Ignore: []string{"vendor"},
Exts: []string{".go"},
Preview: false,
},
Cli: Cli{
Streams: true,